New release of JSON Tools
4 May 2006Version 1.0 was released of the Java JSON Tools. This library allows you to handle JSON data files in an easy way.
JSON (JavaScript Object Notation) is a file format to represent data. It is similar to XML but has different characteristics. It is suited to represent configuration information, implement communication protocols and so on.
Following tools are available:
- Parser: Parse JSON text files and convert these to a Java model.
- Renderer: Render a Java representation into text.
- Serializer: Serialize plain POJO clusters to a JSON representation.
- Validator: Validate the contents of a JSON file using a JSON schema.
You can find more information on the project page.
Related Links
- The JSON Tools project page.
- A list of free software.