Package | Description |
---|---|
javax.json |
Java API for JSON Processing API provides a way to process
(for e.g.
|
javax.json.spi |
SPI to plugin implementations for
JsonParser
and JsonGenerator portably. |
javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
Class and Description |
---|
JsonGenerator
A JSON generator that writes JSON in a streaming way.
|
JsonGeneratorFactory
Factory to create
JsonGenerator instances. |
JsonParser
A JSON parser that allows forward, read-only access to JSON in a
a streaming way.
|
JsonParserFactory
Factory to create
JsonParser instances. |
Class and Description |
---|
JsonGenerator
A JSON generator that writes JSON in a streaming way.
|
JsonGeneratorFactory
Factory to create
JsonGenerator instances. |
JsonParser
A JSON parser that allows forward, read-only access to JSON in a
a streaming way.
|
JsonParserFactory
Factory to create
JsonParser instances. |
Class and Description |
---|
JsonGenerator
A JSON generator that writes JSON in a streaming way.
|
JsonParser
A JSON parser that allows forward, read-only access to JSON in a
a streaming way.
|
JsonParser.Event
Event for parser state while parsing the JSON
|
Copyright © 2013. All Rights Reserved.