javax.json
Interface JsonStructure

All Superinterfaces:
JsonValue
All Known Subinterfaces:
JsonArray, JsonObject

public interface JsonStructure
extends JsonValue

Super type for JSON's two structured types (objects and arrays).

Author:
Jitendra Kotamraju

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.json.JsonValue
JsonValue.JsonValueType
 
Field Summary
 
Fields inherited from interface javax.json.JsonValue
FALSE, NULL, TRUE
 
Method Summary
 
Methods inherited from interface javax.json.JsonValue
getValueType
 




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