Uses of Package
jakarta.json.stream
-
Packages that use jakarta.json.stream Package Description jakarta.json Provides an object model API to process JSON.jakarta.json.spi Service Provider Interface (SPI) to plug in implementations for JSON processing objects.jakarta.json.stream Provides a streaming API to parse and generate JSON. -
Classes in jakarta.json.stream used by jakarta.json Class Description JsonGenerator Writes JSON data to an output source in a streaming way.JsonGeneratorFactory Factory to createJsonGenerator
instances.JsonParser Provides forward, read-only access to JSON data in a streaming way.JsonParserFactory Factory for creatingJsonParser
instances. -
Classes in jakarta.json.stream used by jakarta.json.spi Class Description JsonGenerator Writes JSON data to an output source in a streaming way.JsonGeneratorFactory Factory to createJsonGenerator
instances.JsonParser Provides forward, read-only access to JSON data in a streaming way.JsonParserFactory Factory for creatingJsonParser
instances. -
Classes in jakarta.json.stream used by jakarta.json.stream 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 fromJsonParser
.