A
B
C
D
E
F
G
H
I
J
L
O
P
R
S
T
V
G
- get(java.lang.Integer) - function in io.kjson.JSONArray
- Get the value at the given index.
- get(java.lang.Integer) - function in io.kjson.JSONObject
- Get the Property at the nominated index.
- get(java.lang.String) - function in io.kjson.JSONObject
- Get the value for the property with the specified name, or
nullif it is not present. - get(java.lang.String) - function in io.kjson.JSONObject.Builder
- Get an existing entry with the specified name.
- get(java.lang.Integer) - function in io.kjson.JSONString
- Get a single Char from the string.
- get(K) - function in io.kjson.JSONStructure
- Get the nominated value.
- getArray(K) - function in io.kjson.JSONStructure
- Get the nominated value os a JSONArray, or throw a JSONTypeException if it is of the wrong type.
- getArray(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a JSONArray, or throw a JSONTypeException if it is of the wrong type.
- getArray(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a JSONArray, or throw a JSONTypeException if it is of the wrong type.
- getArrayTrailingComma() - function in io.kjson.parser.ParseOptions
- getAsArray(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsArray() - function in io.kjson.JSONArray
- getAsArrayOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsArrayOrNull() - function in io.kjson.JSONArray
- getAsBoolean(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsBoolean() - function in io.kjson.JSONBoolean
- getAsBooleanOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsBooleanOrNull() - function in io.kjson.JSONBoolean
- getAsByte(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsByteOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsDecimal(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsDecimal() - function in io.kjson.JSONDecimal
- getAsDecimal() - function in io.kjson.JSONInt
- getAsDecimal() - function in io.kjson.JSONLong
- getAsDecimalOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsDecimalOrNull() - function in io.kjson.JSONDecimal
- getAsDecimalOrNull() - function in io.kjson.JSONInt
- getAsDecimalOrNull() - function in io.kjson.JSONLong
- getAsInt(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsInt() - function in io.kjson.JSONInt
- getAsIntOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsIntOrNull() - function in io.kjson.JSONInt
- getAsLong(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsLong() - function in io.kjson.JSONInt
- getAsLong() - function in io.kjson.JSONLong
- getAsLongOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsLongOrNull() - function in io.kjson.JSONInt
- getAsLongOrNull() - function in io.kjson.JSONLong
- getAsObject(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsObject() - function in io.kjson.JSONObject
- getAsObjectOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsObjectOrNull() - function in io.kjson.JSONObject
- getAsShort(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsShortOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsString(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsString() - function in io.kjson.JSONString
- getAsStringOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsStringOrNull() - function in io.kjson.JSONString
- getAsUByte(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsUByteOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsUInt(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsUIntOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsULong(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsULongOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsUShort(io.kjson.JSONValue) - function in io.kjson.JSON
- getAsUShortOrNull(io.kjson.JSONValue) - function in io.kjson.JSON
- getBoolean(K) - function in io.kjson.JSONStructure
- Get the nominated value os a Boolean, or throw a JSONTypeException if it is of the wrong type.
- getBoolean(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a Boolean, or throw a JSONTypeException if it is of the wrong type.
- getBoolean(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a Boolean, or throw a JSONTypeException if it is of the wrong type.
- getByte(K) - function in io.kjson.JSONStructure
- Get the nominated value os a Byte, or throw a JSONTypeException if it is of the wrong type.
- getByte(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a Byte, or throw a JSONTypeException if it is of the wrong type.
- getByte(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a Byte, or throw a JSONTypeException if it is of the wrong type.
- getCause() - function in kotlin.Throwable
- getCheck() - function in io.kjson.util.LookupSet
- getDecimal(K) - function in io.kjson.JSONStructure
- Get the nominated value os a BigDecimal, or throw a JSONTypeException if it is of the wrong type.
- getDecimal(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a BigDecimal, or throw a JSONTypeException if it is of the wrong type.
- getDecimal(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a BigDecimal, or throw a JSONTypeException if it is of the wrong type.
- getDEFAULT() - function in io.kjson.parser.ParseOptions.Companion
- getEMPTY() - function in io.kjson.JSONArray.Companion
- An empty JSONArray.
- getEMPTY() - function in io.kjson.JSONObject.Companion
- An empty JSONObject.
- getEMPTY() - function in io.kjson.JSONString.Companion
- An empty JSONString.
- getEntries() - function in io.kjson.JSONObject
- getIdentifierContinuationSet() - function in io.kjson.parser.ParserConstants
- getIdentifierStartSet() - function in io.kjson.parser.ParserConstants
- getInt(K) - function in io.kjson.JSONStructure
- Get the nominated value os a Int, or throw a JSONTypeException if it is of the wrong type.
- getInt(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a Int, or throw a JSONTypeException if it is of the wrong type.
- getInt(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a Int, or throw a JSONTypeException if it is of the wrong type.
- getKey() - function in io.kjson.JSONTypeException
- getKey() - function in net.pwall.util.ImmutableMapEntry
- getKeys() - function in io.kjson.JSONObject
- getLength() - function in io.kjson.JSONString
- The length of the string
- getLocalizedMessage() - function in kotlin.Throwable
- getLong(K) - function in io.kjson.JSONStructure
- Get the nominated value os a Long, or throw a JSONTypeException if it is of the wrong type.
- getLong(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a Long, or throw a JSONTypeException if it is of the wrong type.
- getLong(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a Long, or throw a JSONTypeException if it is of the wrong type.
- getMaximumNestingDepth() - function in io.kjson.parser.ParseOptions
- getMessage() - function in io.kjson.JSONException
- getMessage() - function in io.kjson.JSONException
- getName() - function in io.kjson.JSONObject.Property
- getName() - function in kotlin.JSONBoolean
- getName() - function in kotlin.ParseOptions.DuplicateKeyOption
- getNodeName() - function in io.kjson.JSONTypeException
- getObject(K) - function in io.kjson.JSONStructure
- Get the nominated value os a JSONObject, or throw a JSONTypeException if it is of the wrong type.
- getObject(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a JSONObject, or throw a JSONTypeException if it is of the wrong type.
- getObject(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a JSONObject, or throw a JSONTypeException if it is of the wrong type.
- getObjectKeyDuplicate() - function in io.kjson.parser.ParseOptions
- getObjectKeyUnquoted() - function in io.kjson.parser.ParseOptions
- getObjectTrailingComma() - function in io.kjson.parser.ParseOptions
- getOrDefault(java.lang.String,io.kjson.JSONValue) - function in kotlin.collections.Map
- getOrdinal() - function in kotlin.JSONBoolean
- getOrdinal() - function in kotlin.ParseOptions.DuplicateKeyOption
- getPointer() - function in io.kjson.parser.ParseException
- getShort(K) - function in io.kjson.JSONStructure
- Get the nominated value os a Short, or throw a JSONTypeException if it is of the wrong type.
- getShort(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a Short, or throw a JSONTypeException if it is of the wrong type.
- getShort(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a Short, or throw a JSONTypeException if it is of the wrong type.
- getSize() - function in io.kjson.JSONArray
- The size of the structure.
- getSize() - function in io.kjson.JSONObject
- The size of the structure.
- getSize() - function in io.kjson.JSONStructure
- The size of the structure.
- getSize() - function in io.kjson.util.AbstractBuilder
- getSize() - function in io.kjson.util.AbstractBuilder
- getSize() - function in io.kjson.util.LookupSet
- getStackTrace() - function in kotlin.Throwable
- getString(K) - function in io.kjson.JSONStructure
- Get the nominated value os a String, or throw a JSONTypeException if it is of the wrong type.
- getString(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a String, or throw a JSONTypeException if it is of the wrong type.
- getString(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a String, or throw a JSONTypeException if it is of the wrong type.
- getSuppressed() - function in kotlin.Throwable
- getTarget() - function in io.kjson.JSONTypeException
- getText() - function in io.kjson.parser.ParseException
- getUByte(K) - function in io.kjson.JSONStructure
- Get the nominated value os a UByte, or throw a JSONTypeException if it is of the wrong type.
- getUByte(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a UByte, or throw a JSONTypeException if it is of the wrong type.
- getUByte(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a UByte, or throw a JSONTypeException if it is of the wrong type.
- getUInt(K) - function in io.kjson.JSONStructure
- Get the nominated value os a UInt, or throw a JSONTypeException if it is of the wrong type.
- getUInt(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a UInt, or throw a JSONTypeException if it is of the wrong type.
- getUInt(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a UInt, or throw a JSONTypeException if it is of the wrong type.
- getULong(K) - function in io.kjson.JSONStructure
- Get the nominated value os a ULong, or throw a JSONTypeException if it is of the wrong type.
- getULong(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a ULong, or throw a JSONTypeException if it is of the wrong type.
- getULong(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a ULong, or throw a JSONTypeException if it is of the wrong type.
- getUShort(K) - function in io.kjson.JSONStructure
- Get the nominated value os a UShort, or throw a JSONTypeException if it is of the wrong type.
- getUShort(java.lang.Integer) - function in io.kjson.JSONStructure
- Get the nominated value os a UShort, or throw a JSONTypeException if it is of the wrong type.
- getUShort(java.lang.String) - function in io.kjson.JSONStructure
- Get the nominated value os a UShort, or throw a JSONTypeException if it is of the wrong type.
- getValue() - function in io.kjson.JSONBoolean
- The value, of the appropriate type.
- getValue() - function in io.kjson.JSONDecimal
- The value (will be overridden by a value of a specific type).
- getValue() - function in io.kjson.JSONInt
- The value (will be overridden by a value of a specific type).
- getValue() - function in io.kjson.JSONLong
- The value (will be overridden by a value of a specific type).
- getValue() - function in io.kjson.JSONNumber
- The value (will be overridden by a value of a specific type).
- getValue() - function in io.kjson.JSONPrimitive
- The value, of the appropriate type.
- getValue() - function in io.kjson.JSONString
- The value, of the appropriate type.
- getValue() - function in io.kjson.JSONTypeException
- getValue() - function in net.pwall.util.ImmutableMapEntry
- getValues() - function in io.kjson.JSONObject
- getZERO() - function in io.kjson.JSONDecimal.Companion
- A JSONDecimal of 0.
- getZERO() - function in io.kjson.JSONInt.Companion
- A JSONInt of 0.
- getZERO() - function in io.kjson.JSONLong.Companion
- A JSONLong of 0.