A
B
C
D
E
F
G
H
I
J
L
O
P
R
S
T
V
T
- TAKE_FIRST - enum entry in io.kjson.parser.ParseOptions.DuplicateKeyOption
- TAKE_LAST - enum entry in io.kjson.parser.ParseOptions.DuplicateKeyOption
- toByte() - function in io.kjson.JSONDecimal
- Convert the value to Byte.
- toByte() - function in io.kjson.JSONInt
- Convert the value to Byte.
- toByte() - function in io.kjson.JSONLong
- Convert the value to Byte.
- toByte() - function in kotlin.Number
- toChar() - function in io.kjson.JSONDecimal
- Convert the value to Char.
- toChar() - function in io.kjson.JSONInt
- Convert the value to Char.
- toChar() - function in io.kjson.JSONLong
- Convert the value to Char.
- toChar() - function in kotlin.Number
- toDecimal() - function in io.kjson.JSONDecimal
- Convert the value to BigDecimal.
- toDecimal() - function in io.kjson.JSONInt
- Convert the value to BigDecimal.
- toDecimal() - function in io.kjson.JSONLong
- Convert the value to BigDecimal.
- toDecimal() - function in io.kjson.JSONNumber
- Convert the value to BigDecimal.
- toDouble() - function in io.kjson.JSONDecimal
- Convert the value to Double.
- toDouble() - function in io.kjson.JSONInt
- Convert the value to Double.
- toDouble() - function in io.kjson.JSONLong
- Convert the value to Double.
- toDouble() - function in kotlin.Number
- toFloat() - function in io.kjson.JSONDecimal
- Convert the value to Float.
- toFloat() - function in io.kjson.JSONInt
- Convert the value to Float.
- toFloat() - function in io.kjson.JSONLong
- Convert the value to Float.
- toFloat() - function in kotlin.Number
- toInt() - function in io.kjson.JSONDecimal
- Convert the value to Int.
- toInt() - function in io.kjson.JSONInt
- Convert the value to Int.
- toInt() - function in io.kjson.JSONLong
- Convert the value to Int.
- toInt() - function in kotlin.Number
- toJSON(io.kjson.JSONValue) - function in io.kjson.JSON
- Convert the receiver JSONValue to a JSON string (
"null"if the receiver isnull). - toJSON() - function in io.kjson.JSONArray
- Convert to a JSON string.
- toJSON() - function in io.kjson.JSONBoolean
- Convert to a JSON string.
- toJSON() - function in io.kjson.JSONDecimal
- Convert to a JSON string.
- toJSON() - function in io.kjson.JSONObject
- Convert to a JSON string.
- toJSON() - function in io.kjson.JSONPrimitive
- Convert to a JSON string.
- toJSON() - function in io.kjson.JSONStructure
- Convert to a JSON string.
- toJSON() - function in io.kjson.JSONValue
- Convert to a JSON string.
- toJSON() - function in io.kjson.JSONValue
- Convert to a JSON string.
- toJSONLines() - function in io.kjson.JSONArray
- Convert to a string in JSON Lines form.
- toLong() - function in io.kjson.JSONDecimal
- Convert the value to Long.
- toLong() - function in io.kjson.JSONInt
- Convert the value to Long.
- toLong() - function in io.kjson.JSONLong
- Convert the value to Long.
- toLong() - function in kotlin.Number
- toShort() - function in io.kjson.JSONDecimal
- Convert the value to Short.
- toShort() - function in io.kjson.JSONInt
- Convert the value to Short.
- toShort() - function in io.kjson.JSONLong
- Convert the value to Short.
- toShort() - function in kotlin.Number
- toString() - function in io.kjson.JSONArray
- Convert to a String (converts to JSON).
- toString() - function in io.kjson.JSONBoolean
- Convert the value to String.
- toString() - function in io.kjson.JSONDecimal
- Convert the value to String.
- toString() - function in io.kjson.JSONInt
- Convert the value to String.
- toString() - function in io.kjson.JSONLong
- Convert the value to String.
- toString() - function in io.kjson.JSONObject
- Convert to a String (converts to JSON).
- toString() - function in io.kjson.JSONString
- Get the string value.
- toUByte() - function in io.kjson.JSONDecimal
- Convert the value to UByte.
- toUByte() - function in io.kjson.JSONInt
- Convert the value to UByte.
- toUByte() - function in io.kjson.JSONLong
- Convert the value to UByte.
- toUByte() - function in io.kjson.JSONNumber
- Convert the value to UByte.
- toUInt() - function in io.kjson.JSONDecimal
- Convert the value to UInt.
- toUInt() - function in io.kjson.JSONInt
- Convert the value to UInt.
- toUInt() - function in io.kjson.JSONLong
- Convert the value to UInt.
- toUInt() - function in io.kjson.JSONNumber
- Convert the value to UInt.
- toULong() - function in io.kjson.JSONDecimal
- Convert the value to ULong.
- toULong() - function in io.kjson.JSONInt
- Convert the value to ULong.
- toULong() - function in io.kjson.JSONLong
- Convert the value to ULong.
- toULong() - function in io.kjson.JSONNumber
- Convert the value to ULong.
- toUShort() - function in io.kjson.JSONDecimal
- Convert the value to UShort.
- toUShort() - function in io.kjson.JSONInt
- Convert the value to UShort.
- toUShort() - function in io.kjson.JSONLong
- Convert the value to UShort.
- toUShort() - function in io.kjson.JSONNumber
- Convert the value to UShort.
- TRUE - enum entry in io.kjson.JSONBoolean
- typeError(io.kjson.JSONValue,java.lang.String,java.lang.Object,java.lang.String) - function in io.kjson.JSON
- Throw a JSONTypeException with the given parameters.