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
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values).A builder for creatingJsonArray
models from scratch.Factory to createJsonObjectBuilder
andJsonArrayBuilder
instances.An immutable JSON number value.JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).A builder for creatingJsonObject
models from scratch.Factory to createJsonReader
instances.An immutable JSON string value.JsonValue
represents an immutable JSON value.Indicates the type of aJsonValue
object.Factory to createJsonWriter
instances. -
Classes in javax.json used by javax.json.spiClassDescriptionA builder for creating
JsonArray
models from scratch.Factory to createJsonObjectBuilder
andJsonArrayBuilder
instances.A builder for creatingJsonObject
models from scratch.Factory to createJsonReader
instances.Factory to createJsonWriter
instances. -
Classes in javax.json used by javax.json.streamClassDescription
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values).JsonException
indicates that some exception happened during JSON processing.JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).JsonValue
represents an immutable JSON value. -
Classes in javax.json used by org.glassfish.jsonClassDescription
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values).A builder for creatingJsonArray
models from scratch.Factory to createJsonObjectBuilder
andJsonArrayBuilder
instances.An immutable JSON number value.JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).A builder for creatingJsonObject
models from scratch.Factory to createJsonReader
instances.An immutable JSON string value.JsonValue
represents an immutable JSON value.Indicates the type of aJsonValue
object.Factory to createJsonWriter
instances. -
Classes in javax.json used by org.glassfish.json.jaxrs