Uses of Package
javax.json
Packages that use javax.json
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
Provides a streaming API to parse and generate
JSON.
-
Classes in javax.json used by javax.jsonClassDescription
JsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values).A builder for creatingJsonArraymodels from scratch.Factory to createJsonObjectBuilderandJsonArrayBuilderinstances.An immutable JSON number value.JsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).A builder for creatingJsonObjectmodels from scratch.Factory to createJsonReaderinstances.An immutable JSON string value.JsonValuerepresents an immutable JSON value.Indicates the type of aJsonValueobject.Factory to createJsonWriterinstances. -
Classes in javax.json used by javax.json.spiClassDescriptionA builder for creating
JsonArraymodels from scratch.Factory to createJsonObjectBuilderandJsonArrayBuilderinstances.A builder for creatingJsonObjectmodels from scratch.Factory to createJsonReaderinstances.Factory to createJsonWriterinstances. -
Classes in javax.json used by javax.json.streamClassDescription
JsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values).JsonExceptionindicates that some exception happened during JSON processing.JsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).JsonValuerepresents an immutable JSON value. -
Classes in javax.json used by org.glassfish.jsonClassDescription
JsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values).A builder for creatingJsonArraymodels from scratch.Factory to createJsonObjectBuilderandJsonArrayBuilderinstances.An immutable JSON number value.JsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).A builder for creatingJsonObjectmodels from scratch.Factory to createJsonReaderinstances.An immutable JSON string value.JsonValuerepresents an immutable JSON value.Indicates the type of aJsonValueobject.Factory to createJsonWriterinstances. -
Classes in javax.json used by org.glassfish.json.jaxrs