JSONUtils
object JSONUtils
Functions
Link copied to clipboard
Returns the value mapped by the specified key as a String, or null if the key is not present.
Link copied to clipboard
Converts the given JSON string representation to a JSONArray object.
Link copied to clipboard
Converts the current string to a JSONObject instance. The string must be a valid JSON; otherwise, an IllegalArgumentException is thrown.