A B E G H I J K L N S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(boolean) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(byte) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(double) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(float) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(int) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(long) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(short) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(JSONArray) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(JSONObject) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(Number) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(Object) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- add(String) - Method in class at.syntaxerror.json5.JSONArray
-
Adds a value to the JSONArray
- at.syntaxerror.json5 - package at.syntaxerror.json5
B
- back() - Method in class at.syntaxerror.json5.JSONParser
-
Forces the parser to re-read the last character
E
- entrySet() - Method in class at.syntaxerror.json5.JSONArray
-
Returns a collection of values of the JSONArray.
- entrySet() - Method in class at.syntaxerror.json5.JSONObject
-
Returns a set of entries of the JSONObject.
G
- get(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value for a given index
- get(int, Object) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value for a given index, or the default value if the operation is not possible
- get(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value for a given key
- get(String, Object) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value for a given key, or the default value if the operation is not possible
- getArray(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a JSONArray for a given index
- getArray(int, JSONArray) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a JSONArray for a given index, or the default value if the operation is not possible
- getArray(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a JSONArray for a given key
- getArray(String, JSONArray) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a JSONArray for a given key, or the default value if the operation is not possible
- getBoolean(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a boolean for a given index
- getBoolean(int, boolean) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a boolean for a given index, or the default value if the operation is not possible
- getBoolean(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a boolean for a given key
- getBoolean(String, boolean) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a boolean for a given key, or the default value if the operation is not possible
- getByte(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a byte for a given index
- getByte(int, byte) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a byte for a given index, or the default value if the operation is not possible
- getByte(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a byte for a given key
- getByte(String, byte) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a byte for a given key, or the default value if the operation is not possible
- getByteExact(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a byte for a given index.
- getByteExact(int, byte) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a byte for a given index, or the default value if the operation is not possible
- getByteExact(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a byte for a given key.
- getByteExact(String, byte) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a byte for a given key, or the default value if the operation is not possible
- getDouble(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a double for a given index
- getDouble(int, double) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a double for a given index, or the default value if the operation is not possible
- getDouble(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a double for a given key
- getDouble(String, double) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a double for a given key, or the default value if the operation is not possible
- getDoubleExact(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a double for a given index.
- getDoubleExact(int, double) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a double for a given index, or the default value if the operation is not possible
- getDoubleExact(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a double for a given key.
- getDoubleExact(String, double) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a double for a given key, or the default value if the operation is not possible
- getFloat(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a float for a given index
- getFloat(int, float) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a float for a given index, or the default value if the operation is not possible
- getFloat(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a float for a given key
- getFloat(String, float) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a float for a given key, or the default value if the operation is not possible
- getFloatExact(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a float for a given index.
- getFloatExact(int, float) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a float for a given index, or the default value if the operation is not possible
- getFloatExact(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a float for a given key.
- getFloatExact(String, float) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a float for a given key, or the default value if the operation is not possible
- getInt(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as an int for a given index
- getInt(int, int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as an int for a given index, or the default value if the operation is not possible
- getInt(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as an int for a given key
- getInt(String, int) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as an int for a given key, or the default value if the operation is not possible
- getIntExact(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as an int for a given index.
- getIntExact(int, int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as an int for a given index, or the default value if the operation is not possible
- getIntExact(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as an int for a given key.
- getIntExact(String, int) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as an int for a given key, or the default value if the operation is not possible
- getLong(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a long for a given index
- getLong(int, long) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a long for a given index, or the default value if the operation is not possible
- getLong(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a long for a given key
- getLong(String, long) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a long for a given key, or the default value if the operation is not possible
- getLongExact(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a long for a given index.
- getLongExact(int, long) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a long for a given index, or the default value if the operation is not possible
- getLongExact(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a long for a given key.
- getLongExact(String, long) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a long for a given key, or the default value if the operation is not possible
- getNumber(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a number for a given index
- getNumber(int, Number) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a number for a given index, or the default value if the operation is not possible
- getNumber(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a number for a given key
- getNumber(String, Number) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a number for a given key, or the default value if the operation is not possible
- getObject(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a JSONObject for a given index
- getObject(int, JSONObject) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a JSONObject for a given index, or the default value if the operation is not possible
- getObject(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a JSONObject for a given key
- getObject(String, JSONObject) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a JSONObject for a given key, or the default value if the operation is not possible
- getShort(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a short for a given index
- getShort(int, short) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a short for a given index, or the default value if the operation is not possible
- getShort(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a short for a given key
- getShort(String, short) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a short for a given key, or the default value if the operation is not possible
- getShortExact(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a short for a given index.
- getShortExact(int, short) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the exact value as a short for a given index, or the default value if the operation is not possible
- getShortExact(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a short for a given key.
- getShortExact(String, short) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the exact value as a short for a given key, or the default value if the operation is not possible
- getString(int) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a string for a given index
- getString(int, String) - Method in class at.syntaxerror.json5.JSONArray
-
Returns the value as a string for a given index, or the default value if the operation is not possible
- getString(String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a string for a given key
- getString(String, String) - Method in class at.syntaxerror.json5.JSONObject
-
Returns the value as a string for a given key, or the default value if the operation is not possible
H
- has(String) - Method in class at.syntaxerror.json5.JSONObject
-
Checks if a key exists within the JSONObject
I
- isArray(int) - Method in class at.syntaxerror.json5.JSONArray
-
Checks if the value with the specified index is a JSONArray
- isArray(String) - Method in class at.syntaxerror.json5.JSONObject
-
Checks if the value with the specified key is a JSONArray
- isBoolean(int) - Method in class at.syntaxerror.json5.JSONArray
-
Checks if the value with the specified index is a boolean
- isBoolean(String) - Method in class at.syntaxerror.json5.JSONObject
-
Checks if the value with the specified key is a boolean
- isNull(int) - Method in class at.syntaxerror.json5.JSONArray
-
Checks if the value with the specified index is
null - isNull(String) - Method in class at.syntaxerror.json5.JSONObject
-
Checks if the value with the specified key is
null - isNumber(int) - Method in class at.syntaxerror.json5.JSONArray
-
Checks if the value with the specified index is a number
- isNumber(String) - Method in class at.syntaxerror.json5.JSONObject
-
Checks if the value with the specified key is a number
- isObject(int) - Method in class at.syntaxerror.json5.JSONArray
-
Checks if the value with the specified index is a JSONObject
- isObject(String) - Method in class at.syntaxerror.json5.JSONObject
-
Checks if the value with the specified key is a JSONObject
- isString(int) - Method in class at.syntaxerror.json5.JSONArray
-
Checks if the value with the specified index is a string
- isString(String) - Method in class at.syntaxerror.json5.JSONObject
-
Checks if the value with the specified key is a string
- iterator() - Method in class at.syntaxerror.json5.JSONArray
- iterator() - Method in class at.syntaxerror.json5.JSONObject
J
- json5 - module json5
-
MIT License Copyright (c) 2021 SyntaxError404 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
- JSONArray - Class in at.syntaxerror.json5
-
A JSONArray is an array structure capable of holding multiple values, including other JSONArrays and
JSONObjects - JSONArray() - Constructor for class at.syntaxerror.json5.JSONArray
-
Constructs a new JSONArray
- JSONArray(JSONParser) - Constructor for class at.syntaxerror.json5.JSONArray
-
Constructs a new JSONArray from a JSONParser
- JSONArray(String) - Constructor for class at.syntaxerror.json5.JSONArray
-
Constructs a new JSONArray from a string
- JSONException - Exception in at.syntaxerror.json5
-
An exception used by the JSON5 for Java Library if something went wrong
- JSONException() - Constructor for exception at.syntaxerror.json5.JSONException
-
Constructs a new JSONException
- JSONException(String) - Constructor for exception at.syntaxerror.json5.JSONException
-
Constructs a new JSONException with a detail message
- JSONException(String, Throwable) - Constructor for exception at.syntaxerror.json5.JSONException
-
Constructs a new JSONException with a detail message and a causing exception
- JSONException(Throwable) - Constructor for exception at.syntaxerror.json5.JSONException
-
Constructs a new JSONException with a causing exception
- JSONObject - Class in at.syntaxerror.json5
-
A JSONObject is a map (key-value) structure capable of holding multiple values, including other
JSONArraysand JSONObjects - JSONObject() - Constructor for class at.syntaxerror.json5.JSONObject
-
Constructs a new JSONObject
- JSONObject(JSONParser) - Constructor for class at.syntaxerror.json5.JSONObject
-
Constructs a new JSONObject from a JSONParser
- JSONObject(String) - Constructor for class at.syntaxerror.json5.JSONObject
-
Constructs a new JSONObject from a string
- JSONParser - Class in at.syntaxerror.json5
-
A JSONParser is used to convert a source string into tokens, which then are used to construct
JSONObjectsandJSONArrays - JSONParser(InputStream) - Constructor for class at.syntaxerror.json5.JSONParser
-
Constructs a new JSONParser from an InputStream.
- JSONParser(Reader) - Constructor for class at.syntaxerror.json5.JSONParser
-
Constructs a new JSONParser from a Reader.
- JSONParser(String) - Constructor for class at.syntaxerror.json5.JSONParser
-
Constructs a new JSONParser from a string
- JSONStringify - Class in at.syntaxerror.json5
-
A utility class for serializing
JSONObjectsandJSONArraysinto their string representations
K
- keySet() - Method in class at.syntaxerror.json5.JSONObject
-
Returns a set of keys of the JSONObject
L
- length() - Method in class at.syntaxerror.json5.JSONArray
-
Returns the number of values in the JSONArray
- length() - Method in class at.syntaxerror.json5.JSONObject
-
Returns the number of entries in the JSONObject
N
- nextClean() - Method in class at.syntaxerror.json5.JSONParser
-
Reads until encountering a character that is not a whitespace according to the JSON5 Specification
- nextMemberName() - Method in class at.syntaxerror.json5.JSONParser
-
Reads a member name from the source according to the JSON5 Specification
- nextValue() - Method in class at.syntaxerror.json5.JSONParser
-
Reads a value from the source according to the JSON5 Specification
S
- set(int, boolean) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, byte) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, double) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, float) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, int) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, long) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, short) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, JSONArray) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, JSONObject) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, Number) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, Object) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(int, String) - Method in class at.syntaxerror.json5.JSONArray
-
Sets the value at a given index
- set(String, boolean) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, byte) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, double) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, float) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, int) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, long) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, short) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, JSONArray) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, JSONObject) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, Number) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, Object) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- set(String, String) - Method in class at.syntaxerror.json5.JSONObject
-
Sets the value at a given key
- syntaxError(String) - Method in class at.syntaxerror.json5.JSONParser
-
Constructs a new JSONException with a detail message
- syntaxError(String, Throwable) - Method in class at.syntaxerror.json5.JSONParser
-
Constructs a new JSONException with a detail message and a causing exception
T
- toList() - Method in class at.syntaxerror.json5.JSONArray
-
Converts the JSONArray into a list.
- toMap() - Method in class at.syntaxerror.json5.JSONObject
-
Converts the JSONObject into a map.
- toString() - Method in class at.syntaxerror.json5.JSONArray
-
Converts the JSONArray into its compact string representation.
- toString() - Method in class at.syntaxerror.json5.JSONObject
-
Converts the JSONObject into its compact string representation.
- toString() - Method in class at.syntaxerror.json5.JSONParser
- toString(int) - Method in class at.syntaxerror.json5.JSONArray
-
Converts the JSONArray into its string representation.
- toString(int) - Method in class at.syntaxerror.json5.JSONObject
-
Converts the JSONObject into its string representation.
- toString(JSONArray, int) - Static method in class at.syntaxerror.json5.JSONStringify
-
Converts a JSONArray into its string representation.
- toString(JSONObject, int) - Static method in class at.syntaxerror.json5.JSONStringify
-
Converts a JSONObject into its string representation.
All Classes All Packages