Uses of Package
javax.json.stream
Packages that use javax.json.stream
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
Provides a streaming API to parse and generate
JSON.
-
Classes in javax.json.stream used by javax.jsonClassDescriptionWrites JSON data to an output source in a streaming way.Factory to create
JsonGenerator
instances.Provides forward, read-only access to JSON data in a streaming way.Factory for creatingJsonParser
instances. -
Classes in javax.json.stream used by javax.json.spiClassDescriptionWrites JSON data to an output source in a streaming way.Factory to create
JsonGenerator
instances.Provides forward, read-only access to JSON data in a streaming way.Factory for creatingJsonParser
instances. -
Classes in javax.json.stream used by javax.json.streamClassDescriptionWrites JSON data to an output source in a streaming way.Provides the location information of a JSON event in an input source.Provides forward, read-only access to JSON data in a streaming way.An event from
JsonParser
. -
Classes in javax.json.stream used by org.glassfish.jsonClassDescriptionWrites JSON data to an output source in a streaming way.Factory to create
JsonGenerator
instances.Provides the location information of a JSON event in an input source.Provides forward, read-only access to JSON data in a streaming way.An event fromJsonParser
.Factory for creatingJsonParser
instances.JsonParsingException
is used when an incorrect JSON is being parsed.