Package javax.json

Interface JsonStructure

All Superinterfaces:
JsonValue
All Known Subinterfaces:
JsonArray, JsonObject
All Known Implementing Classes:
JsonArrayBuilderImpl.JsonArrayImpl, JsonObjectBuilderImpl.JsonObjectImpl

public interface JsonStructure extends JsonValue
Super type for the two structured types in JSON (objects and arrays).