Uses of Package
javax.json
-
Packages that use javax.json Package Description javax.json Provides an object model API to process JSON.javax.json.spi Service Provider Interface (SPI) to plug in implementations for JSON processing objects.javax.json.stream Provides a streaming API to parse and generate JSON.org.glassfish.json -
Classes in javax.json used by javax.json Class Description JsonArray JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values).JsonArrayBuilder A builder for creatingJsonArray
models from scratch.JsonBuilderFactory Factory to createJsonObjectBuilder
andJsonArrayBuilder
instances.JsonNumber An immutable JSON number value.JsonObject JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).JsonObjectBuilder A builder for creatingJsonObject
models from scratch.JsonReader JsonReaderFactory Factory to createJsonReader
instances.JsonString An immutable JSON string value.JsonStructure JsonValue JsonValue
represents an immutable JSON value.JsonValue.ValueType Indicates the type of aJsonValue
object.JsonWriter JsonWriterFactory Factory to createJsonWriter
instances. -
Classes in javax.json used by javax.json.spi Class Description JsonArrayBuilder A builder for creatingJsonArray
models from scratch.JsonBuilderFactory Factory to createJsonObjectBuilder
andJsonArrayBuilder
instances.JsonObjectBuilder A builder for creatingJsonObject
models from scratch.JsonReader JsonReaderFactory Factory to createJsonReader
instances.JsonWriter JsonWriterFactory Factory to createJsonWriter
instances. -
Classes in javax.json used by javax.json.stream Class Description JsonArray JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values).JsonException JsonException
indicates that some exception happened during JSON processing.JsonObject JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).JsonValue JsonValue
represents an immutable JSON value. -
Classes in javax.json used by org.glassfish.json Class Description JsonArrayBuilder A builder for creatingJsonArray
models from scratch.JsonBuilderFactory Factory to createJsonObjectBuilder
andJsonArrayBuilder
instances.JsonObjectBuilder A builder for creatingJsonObject
models from scratch.JsonReader JsonReaderFactory Factory to createJsonReader
instances.JsonWriter JsonWriterFactory Factory to createJsonWriter
instances.