Package javax.json.stream

Provides a streaming API to parse and generate JSON.

See:
          Description

Interface Summary
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.
 

Enum Summary
JsonParser.Event Event for parser state while parsing the JSON
 

Package javax.json.stream Description

Provides a streaming API to parse and generate JSON.

JsonParser can be used to parse JSON in a streaming way. JsonGenerator can be used to generate JSON from scratch in a streaming way.

Since:
JSON-P 1.0
Author:
Jitendra Kotamraju



Copyright © 2012 Oracle and/or its affiliates. All rights reserved.