Uses of Package
javax.json

Packages that use javax.json
javax.json Java API for JSON Processing (JSON-P) 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
 

Classes in javax.json used by javax.json
JsonArray
          JsonArray class represents an immutable JSON array value.
JsonArrayBuilder
          Helps in building a JSON array.
JsonBuilder.JsonBuildable
          Build task that gives the result of the build process
JsonConfiguration
          JSON configuration is a set features that is used to configure the behaviour of parsing and generation of JSON.
JsonFeature
          JSON feature configures the behaviour of parsing and generation of JSON.
JsonNumber.JsonNumberType
          JSON number type
JsonObject
          JsonObject class represents an immutable JSON object value.
JsonObjectBuilder
          Helps in building a JSON object.
JsonStructure
          Super type for JSON's two structured types (objects and arrays).
JsonValue
          JsonValue represents a JSON value.
JsonValue.JsonValueType
          JSON value type
 

Classes in javax.json used by javax.json.spi
JsonArray
          JsonArray class represents an immutable JSON array value.
JsonConfiguration
          JSON configuration is a set features that is used to configure the behaviour of parsing and generation of JSON.
JsonObject
          JsonObject class represents an immutable JSON object value.
 

Classes in javax.json used by javax.json.stream
JsonArray
          JsonArray class represents an immutable JSON array value.
JsonArrayBuilder
          Helps in building a JSON array.
JsonNumber.JsonNumberType
          JSON number type
JsonObject
          JsonObject class represents an immutable JSON object value.
JsonObjectBuilder
          Helps in building a JSON object.
 




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