Allow foreach over the object with integer key and ref value.
Convenience function for iteration that apply to both AA and array type operations with ref value
Allow foreach over the object with string key and ref value.
Allow "in" operator to work as expected for object types without an explicit cast
Associative array index function for objects describing associative array-like attributes.
Array index function for objects describing array-like attributes.
The parse method of this interface should ALWAYS be destructive, removing things from the front of source as it parses.
Convenience function for casting to JSONArray
Convenience function for casting to JSONBoolean
Convenience function for casting to JSONNull
Convenience function for casting to JSONNumber
Convenience function for casting to JSONObject
Convenience function for casting to JSONString
This is the interface implemented by all classes that represent JSON objects.