| 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.
|
| 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. |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-spec@javaee.groups.io