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


Changes: Some performance and threading issues were fixed.


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


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


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


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