JSON-lib is a Java library for transforming beans, maps, and XML to JSON and back to beans and DynaBeans. The main motivation for this library is to provide the means to transform data between a server and an AJAX enabled application using JSON (JavaScript Object Notation), a lightweight data-interchange format that is easy for both humans and machines to read and write.
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java JavaScript |
Recent releases


Release Notes: Some performance and threading issues were fixed.


Release Notes: Several bugs were fixed and a pair of pacthes were applied. The dependencies' versions were updated.


Release Notes: This release upgraded Groovy to 1.5.4, disabled autoregistering of custom Groovy metaClasses, and added JsonValueProcessorMatcher.


Release Notes: More options were added for serializing Java/JSON/XML. Some important bugs were fixed.


Release Notes: An important bug in JSONObject.toBean was fixed and more features useful for when working with Hibernate and db-related classes were added.