A
B
C
D
E
F
G
H
I
J
L
O
P
R
S
T
V
C
- chars() - function in kotlin.CharSequence
- CHECK_IDENTICAL - enum entry in io.kjson.parser.ParseOptions.DuplicateKeyOption
- checkArray() - function in io.kjson.util.AbstractBuilder
- checkArray() - function in io.kjson.util.AbstractBuilder
- checkArray() - function in io.kjson.util.AbstractBuilder
- codePoints() - function in kotlin.CharSequence
- contains(io.kjson.JSONValue) - function in io.kjson.JSONArray
- Return
trueif the array contains the nominated value. - contains(T) - function in io.kjson.util.LookupSet
- containsAll(java.util.Collection) - function in io.kjson.JSONArray
- Return
trueif the array contains all of the values in another collection. - containsAll(java.util.Collection) - function in io.kjson.util.LookupSet
- containsKey(java.lang.String) - function in io.kjson.JSONObject
- Return
trueif the object contains the specified key (property name). - containsKey(java.lang.String) - function in io.kjson.JSONObject.Builder
- Test whether an entry with the nominated key (name) already exists in the builder.
- containsValue(io.kjson.JSONValue) - function in io.kjson.JSONObject
- Return
trueif the object contains the property value. - coOutput(io.kjson.JSONValue,net.pwall.util.CoOutput) - function in io.kjson.JSON
- Output the receiver JSONValue as a JSON string (
"null"if the receiver isnull) to a CoOutput (a character at a time). - coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONArray
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONBoolean
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONInt
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONLong
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONObject
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONPrimitive
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONString
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONStructure
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONValue
- Output as a JSON string to a CoOutput.
- coOutput(net.pwall.util.CoOutput) - function in io.kjson.JSONValue
- Output as a JSON string to a CoOutput.
- coOutputJSONLines(net.pwall.util.CoOutput) - function in io.kjson.JSONArray
- Output in JSON lines form to a CoOutput.