jar

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 JAR file - Latest Versions:

All Versions

Download org.jsonx : runtime JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window runtime-0.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jsonx

├─ org.jsonx.AnyArray.class - [JAR]

├─ org.jsonx.AnyCodec.class - [JAR]

├─ org.jsonx.AnyElement.class - [JAR]

├─ org.jsonx.AnyElements.class - [JAR]

├─ org.jsonx.AnyObject.class - [JAR]

├─ org.jsonx.AnyProperty.class - [JAR]

├─ org.jsonx.AnyType.class - [JAR]

├─ org.jsonx.ArrayCodec.class - [JAR]

├─ org.jsonx.ArrayDecodeIterator.class - [JAR]

├─ org.jsonx.ArrayElement.class - [JAR]

├─ org.jsonx.ArrayElements.class - [JAR]

├─ org.jsonx.ArrayEncodeIterator.class - [JAR]

├─ org.jsonx.ArrayIterator.class - [JAR]

├─ org.jsonx.ArrayProperty.class - [JAR]

├─ org.jsonx.ArrayType.class - [JAR]

├─ org.jsonx.ArrayValidator.class - [JAR]

├─ org.jsonx.BooleanCodec.class - [JAR]

├─ org.jsonx.BooleanElement.class - [JAR]

├─ org.jsonx.BooleanElements.class - [JAR]

├─ org.jsonx.BooleanProperty.class - [JAR]

├─ org.jsonx.BooleanType.class - [JAR]

├─ org.jsonx.ClassToGetMethods.class - [JAR]

├─ org.jsonx.Codec.class - [JAR]

├─ org.jsonx.DecodeException.class - [JAR]

├─ org.jsonx.EncodeException.class - [JAR]

├─ org.jsonx.Error.class - [JAR]

├─ org.jsonx.IdToElement.class - [JAR]

├─ org.jsonx.JsdUtil.class - [JAR]

├─ org.jsonx.JxBinding.class - [JAR]

├─ org.jsonx.JxDecoder.class - [JAR]

├─ org.jsonx.JxEncoder.class - [JAR]

├─ org.jsonx.JxObject.class - [JAR]

├─ org.jsonx.NumberCodec.class - [JAR]

├─ org.jsonx.NumberElement.class - [JAR]

├─ org.jsonx.NumberElements.class - [JAR]

├─ org.jsonx.NumberProperty.class - [JAR]

├─ org.jsonx.NumberType.class - [JAR]

├─ org.jsonx.ObjectCodec.class - [JAR]

├─ org.jsonx.ObjectElement.class - [JAR]

├─ org.jsonx.ObjectElements.class - [JAR]

├─ org.jsonx.ObjectProperty.class - [JAR]

├─ org.jsonx.OnEncode.class - [JAR]

├─ org.jsonx.PrimitiveCodec.class - [JAR]

├─ org.jsonx.PropertyToCodec.class - [JAR]

├─ org.jsonx.Range.class - [JAR]

├─ org.jsonx.StringCodec.class - [JAR]

├─ org.jsonx.StringElement.class - [JAR]

├─ org.jsonx.StringElements.class - [JAR]

├─ org.jsonx.StringProperty.class - [JAR]

├─ org.jsonx.StringType.class - [JAR]

├─ org.jsonx.Use.class - [JAR]

├─ org.jsonx.ValidationException.class - [JAR]

├─ org.jsonx.t.class - [JAR]

Advertisement