Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

J

Json - Class in com.dkfqs.tools.json.eclipsesource
This class serves as the entry point to the minimal-json API.
JsonArray - Class in com.dkfqs.tools.json.eclipsesource
Represents a JSON array, an ordered collection of JSON values.
JsonArray() - Constructor for class com.dkfqs.tools.json.eclipsesource.JsonArray
Creates a new empty JsonArray.
JsonArray(JsonArray) - Constructor for class com.dkfqs.tools.json.eclipsesource.JsonArray
Creates a new JsonArray with the contents of the specified JSON array.
JsonHandler<A,O> - Class in com.dkfqs.tools.json.eclipsesource
A handler for parser events.
JsonHandler() - Constructor for class com.dkfqs.tools.json.eclipsesource.JsonHandler
 
JsonObject - Class in com.dkfqs.tools.json.eclipsesource
Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values.
JsonObject() - Constructor for class com.dkfqs.tools.json.eclipsesource.JsonObject
Creates a new empty JsonObject.
JsonObject(JsonObject) - Constructor for class com.dkfqs.tools.json.eclipsesource.JsonObject
Creates a new JsonObject, initialized with the contents of the specified JSON object.
JsonObject.Member - Class in com.dkfqs.tools.json.eclipsesource
Represents a member of a JSON object, a pair of a name and a value.
JsonParser - Class in com.dkfqs.tools.json.eclipsesource
A streaming parser for JSON text.
JsonParser(JsonHandler<?, ?>) - Constructor for class com.dkfqs.tools.json.eclipsesource.JsonParser
Creates a new JsonParser with the given handler.
JsonValue - Class in com.dkfqs.tools.json.eclipsesource
Represents a JSON value.
JsonValueToString(JsonValue) - Static method in class com.dkfqs.tools.json.SimpleJsonParser
Utility: Convert a Json value of any datatype to a string.
JsonValueToString(JsonValue) - Static method in class com.dkfqs.tools.json.SimpleJsonValueExtractor
Convert a Json value of any datatype to a string.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links