Example usage for Java javax.json JsonValue fields, constructors, methods, implement or subclass
The text is from its open source code.
JsonValue | NULL JSON null value. |
JsonArray | asJsonArray() Return the JsonValue as a JsonArray |
JsonObject | asJsonObject() Return the JsonValue as a JsonObject |
Class> | getClass() Returns the runtime class of this Object . |
ValueType | getValueType() Returns the value type of this JSON value. |
String | toString() Returns JSON text for this JSON value. |