EZ JSON version 1.0.0 available for download
About EZ JSON
EZ JSON (to be pronounced "easy JSON") is a library designed for integrating JSON objects encoding and decoding within your java developments.
EZ JSON benefits:
- Complete support for official JSON specifications
- Open source (distributed under LGPL)
- Lightweight and efficient
- Standard and pretty (with indentation) encoding
- Extensively documented, including API documentation
About JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format used to exchange information and store/restore complex data in a textual format. It is usually used in JavaScript to express AJAX content.
Please refer to JSON official website for complementary information.