- key(String) - Method in class org.json.JSONWriter
-
Append a key.
- keys() - Method in class org.json.JSONObject
-
Get an enumeration of the keys of the JSONObject.
- keySet() - Method in class org.json.JSONObject
-
Get a set of keys of the JSONObject.
- Kim - Class in org.json
-
Kim makes immutable eight bit Unicode strings.
- Kim(byte[], int, int) - Constructor for class org.json.Kim
-
Make a kim from a portion of a byte array.
- Kim(byte[], int) - Constructor for class org.json.Kim
-
Make a kim from a byte array.
- Kim(Kim, int, int) - Constructor for class org.json.Kim
-
Make a new kim from a substring of an existing kim.
- Kim(String) - Constructor for class org.json.Kim
-
Make a kim from a string.