Package javax.json

Interface JsonStructure

All Superinterfaces:
JsonValue
All Known Subinterfaces:
JsonArray, JsonObject

public interface JsonStructure extends JsonValue
A complex type as JsonValue. This could either be a JsonArray or a JsonObject.
  • Method Details