SalomonBrys / Kotson

Kotlin bindings for JSON manipulation via Gson
MIT License
709 stars 37 forks source link

Improve the error message #14

Closed jmatsu closed 8 years ago

jmatsu commented 8 years ago

I think the error message should be more useful.

If specified key is not found on a json, the current message simply says that such element is not found. But such is not clear. It is hard to identify the key which is not found.

I love this awesome library. :smiley: Very useful!

SalomonBrys commented 8 years ago

That's definitely better with a proper error message :)