Package javax.json

Interface JsonStructure

All Superinterfaces:
JsonValue
All Known Subinterfaces:
JsonArray, JsonObject

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