JSON extension
Introduction
JSON (JavaScript Object Notation) is a compact format for representing structured data. It became a popular alternative to XML in AJAX applications due to its native support by Web browser. JSON is indeed based on the JavaScript syntax. See JSON project for more details.
Description
This extension adds support for JSON representations. It enables you to create JsonRepresentation instances from the two kinds of structure defined by JSON: objects and arrays, and to make the reverse conversion. JsonRepresentations can also be generated from String and any kind of Representation.
Please, refer to the JSON extension Javadocs and the FAQ #10 for more details and have a look to the Restlet wiki for some sample code.
Here is the list of dependencies for this extension:


There are no comments.