Uses of Interface
javax.json.JsonStructure
-
Packages that use JsonStructure Package Description javax.json Provides an object model API to process JSON. -
-
Uses of JsonStructure in javax.json
Subinterfaces of JsonStructure in javax.json Modifier and Type Interface Description interfaceJsonArrayJsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values).interfaceJsonObjectJsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).Methods in javax.json that return JsonStructure Modifier and Type Method Description JsonStructureJsonReader. read()Returns a JSON array or object that is represented in the input source.Methods in javax.json with parameters of type JsonStructure Modifier and Type Method Description voidJsonWriter. write(JsonStructure value)
-