DOC

org.jsonx : runtime

Maven & Gradle

Feb 27, 2024

JSONx Runtime · The JSON/Java Runtime API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Runtime API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Runtime API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Runtime API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Table Of Contents

Latest Version

Download org.jsonx : runtime Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jsonx : runtime Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file runtime-0.5.0-javadoc.jar to runtime-0.5.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder runtime-0.5.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "runtime-0.5.0-sources.jar" -d "runtime-0.5.0-javadoc" -subpackages 

Advertisement