org.restlet.ext.json.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.restlet.ext.json Show documentation
Show all versions of org.restlet.ext.json Show documentation
Support for JSON representations.
The newest version!
Support for JSON representations. JSON stands for JavaScript Object Notation and is a lightweight
data-interchange format. This extension is based on the JSON library from Java providing
by the official JSON.org Web site. This library is useful in simple cases, but not tuned
for performance or extensive serialization support of POJOs. If you need such features,
you can also consider the XStream extension which supports both XML and JSON serialization.
@since Restlet 1.0
@see JSON project
@see User Guide - JSON extension
© 2015 - 2024 Weber Informatics LLC | Privacy Policy