Be easy to learn and simple to teach. Have an API for decoding that is reasonably declarative and gives good feedback on unexpected input. Make use of modern Java features. The non-goals of this ...
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary ...