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 | |
org.glassfish.json.jaxrs |
Class | Description |
---|---|
JsonArray |
JsonArray represents an immutable JSON array
(an ordered sequence of zero or more values). |
JsonArrayBuilder |
A builder for creating
JsonArray models from scratch. |
JsonBuilderFactory |
Factory to create
JsonObjectBuilder and JsonArrayBuilder
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 creating
JsonObject models from scratch. |
JsonReader | |
JsonReaderFactory |
Factory to create
JsonReader instances. |
JsonString |
An immutable JSON string value.
|
JsonStructure | |
JsonValue |
JsonValue represents an immutable JSON value. |
JsonValue.ValueType |
Indicates the type of a
JsonValue object. |
JsonWriter | |
JsonWriterFactory |
Factory to create
JsonWriter instances. |
Class | Description |
---|---|
JsonArrayBuilder |
A builder for creating
JsonArray models from scratch. |
JsonBuilderFactory |
Factory to create
JsonObjectBuilder and JsonArrayBuilder
instances. |
JsonObjectBuilder |
A builder for creating
JsonObject models from scratch. |
JsonReader | |
JsonReaderFactory |
Factory to create
JsonReader instances. |
JsonWriter | |
JsonWriterFactory |
Factory to create
JsonWriter instances. |
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. |
Class | Description |
---|---|
JsonArrayBuilder |
A builder for creating
JsonArray models from scratch. |
JsonBuilderFactory |
Factory to create
JsonObjectBuilder and JsonArrayBuilder
instances. |
JsonObjectBuilder |
A builder for creating
JsonObject models from scratch. |
JsonReader | |
JsonReaderFactory |
Factory to create
JsonReader instances. |
JsonWriter | |
JsonWriterFactory |
Factory to create
JsonWriter instances. |
Class | Description |
---|---|
JsonStructure |
Copyright © 2019 Oracle. All rights reserved.