Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- JSONArray - Class in de.ralleytn.simple.json
-
Represents a JSON array.
- JSONArray() - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs an empty JSONArray.
- JSONArray(boolean[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(byte[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(char[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(double[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(float[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(int[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(long[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(short[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(Reader) - Constructor for class de.ralleytn.simple.json.JSONArray
- JSONArray(Reader, boolean) - Constructor for class de.ralleytn.simple.json.JSONArray
- JSONArray(Object) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONArray(String) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray from a JSON string.
- JSONArray(String, boolean) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray from a JSON string.
- JSONArray(Collection<?>) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given Collection.
- JSONArray(T[]) - Constructor for class de.ralleytn.simple.json.JSONArray
-
Constructs a JSONArray with the elements of the given array.
- JSONAttribute - Annotation Type in de.ralleytn.simple.json.serialization
-
Marks a JSON attribute for serialization.
- JSONAttribute.Type - Enum in de.ralleytn.simple.json.serialization
-
Represents the type of an attribute.
- JSONContentHandler - Interface in de.ralleytn.simple.json
-
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
- JSONFormatter - Class in de.ralleytn.simple.json
-
Can format and minimize JSON data.
- JSONFormatter() - Constructor for class de.ralleytn.simple.json.JSONFormatter
-
Constructs a new JSONFormatter.
- JSONFormatter(int, boolean, boolean) - Constructor for class de.ralleytn.simple.json.JSONFormatter
-
Constructs a new JSONFormatter.
- JSONObject - Class in de.ralleytn.simple.json
-
Represents a JSON object.
- JSONObject() - Constructor for class de.ralleytn.simple.json.JSONObject
-
Constructs an empty JSONObject
- JSONObject(Reader) - Constructor for class de.ralleytn.simple.json.JSONObject
-
Constructs a JSONObject with JSON data from a Reader.
- JSONObject(Reader, boolean) - Constructor for class de.ralleytn.simple.json.JSONObject
-
Constructs a JSONObject with JSON data from a Reader.
- JSONObject(String) - Constructor for class de.ralleytn.simple.json.JSONObject
-
Constructs a JSONObject from JSON data.
- JSONObject(String, boolean) - Constructor for class de.ralleytn.simple.json.JSONObject
-
Constructs a JSONObject from JSON data.
- JSONObject(Map<?, ?>) - Constructor for class de.ralleytn.simple.json.JSONObject
-
Allows creation of a JSONObject from a Map.
- JSONParseException - Exception in de.ralleytn.simple.json
-
Is thrown when an error occurs while parsing JSON data.
- JSONParseException(int) - Constructor for exception de.ralleytn.simple.json.JSONParseException
- JSONParseException(int, int, Object) - Constructor for exception de.ralleytn.simple.json.JSONParseException
- JSONParseException(int, Object) - Constructor for exception de.ralleytn.simple.json.JSONParseException
- JSONParser - Class in de.ralleytn.simple.json
-
Parses JSON data (not thread-safe).
- JSONParser() - Constructor for class de.ralleytn.simple.json.JSONParser
- JSONRoot - Annotation Type in de.ralleytn.simple.json.serialization
-
Marks an class for serialization.
- JSONSerializer - Class in de.ralleytn.simple.json.serialization
-
Provides static methods which allow you to convert Java objects into JSONObjects and the other way around.
- JSONTypeSerializationHandler - Interface in de.ralleytn.simple.json.serialization
-
Is needed to manage none-JSON types when serializing or deserializing objects.
- JSONUtil - Class in de.ralleytn.simple.json
-
Contains some utility methods for JSON related stuff.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form