Uses of Class
net.diversionmc.json.JSON.JSONValue
-
Uses of JSON.JSONValue in net.diversionmc.json
Subclasses of JSON.JSONValue in net.diversionmc.jsonModifier and TypeClassDescriptionstatic classParsed JSON array that stores a list ofJSON.JSONValue.static classParsed JSON number, as a double value.static classParsed JSON object that stores key-JSON.JSONValuepairs.static classParsed JSON string, or stored values true, false or null.Methods in net.diversionmc.json that return JSON.JSONValueModifier and TypeMethodDescriptionstatic JSON.JSONValueConvert an arbitrary object into JSON.static JSON.JSONValueConvert a string into a JSONValue.Methods in net.diversionmc.json that return types with arguments of type JSON.JSONValueModifier and TypeMethodDescriptionJSON.JSONArray.values()Get all values stored in this array.JSON.JSONObject.values()Get all values stored in the current JSONObject.Constructor parameters in net.diversionmc.json with type arguments of type JSON.JSONValueModifierConstructorDescriptionJSONArray(net.diversionmc.parser.util.FilePointer ptr, List<JSON.JSONValue> values)Construct a JSON Array [value,...]JSONObject(net.diversionmc.parser.util.FilePointer ptr, Map<String,JSON.JSONValue> values)Construct a JSON Object {"key":value,...}