- query(String) - Method in class org.json.JSONArray
-
Creates a JSONPointer using an initialization string and tries to
match it to an item within this JSONArray.
- query(String) - Method in class org.json.JSONObject
-
Creates a JSONPointer using an intialization string and tries to
match it to an item within this JSONObject.
- queryFrom(Object) - Method in class org.json.JSONPointer
-
Evaluates this JSON Pointer on the given document
.
- QUEST - Static variable in class org.json.XML
-
The Character '?'.
- QUOT - Static variable in class org.json.XML
-
The Character '"'.
- quote(CharSequence) - Static method in class org.json.JSONObject
-
Produce a string in double quotes with backslash sequences in all the
right places.
- quote(CharSequence, T) - Static method in class org.json.JSONObject
-
Produce a string in double quotes with backslash sequences in all the
right places.