| 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 |
| Class | Description |
|---|---|
| JsonGenerator |
Writes JSON data to an output source in a streaming way.
|
| JsonGeneratorFactory |
Factory to create
JsonGenerator instances. |
| JsonParser |
Provides forward, read-only access to JSON data in a streaming way.
|
| JsonParserFactory |
Factory for creating
JsonParser instances. |
| Class | Description |
|---|---|
| JsonGenerator |
Writes JSON data to an output source in a streaming way.
|
| JsonGeneratorFactory |
Factory to create
JsonGenerator instances. |
| JsonParser |
Provides forward, read-only access to JSON data in a streaming way.
|
| JsonParserFactory |
Factory for creating
JsonParser instances. |
| Class | Description |
|---|---|
| JsonGenerator |
Writes JSON data to an output source in a streaming way.
|
| JsonLocation |
Provides the location information of a JSON event in an input source.
|
| JsonParser |
Provides forward, read-only access to JSON data in a streaming way.
|
| JsonParser.Event |
An event from
JsonParser. |
| Class | Description |
|---|---|
| JsonGenerator |
Writes JSON data to an output source in a streaming way.
|
| JsonGeneratorFactory |
Factory to create
JsonGenerator instances. |
| JsonLocation |
Provides the location information of a JSON event in an input source.
|
| JsonParser |
Provides forward, read-only access to JSON data in a streaming way.
|
| JsonParser.Event |
An event from
JsonParser. |
| JsonParserFactory |
Factory for creating
JsonParser instances. |
Copyright © 2018 Oracle. All rights reserved.