Package | Description |
---|---|
org.json |
Modifier and Type | Method and Description |
---|---|
JSONPointer |
JSONPointer.Builder.build()
Creates a
JSONPointer instance using the tokens previously set using the
JSONPointer.Builder.append(String) method calls. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JSONObject.optQuery(JSONPointer jsonPointer)
Queries and returns a value from this object using
jsonPointer , or
returns null if the query fails due to a missing key. |
java.lang.Object |
JSONArray.optQuery(JSONPointer jsonPointer)
Queries and returns a value from this object using
jsonPointer , or
returns null if the query fails due to a missing key. |
java.lang.Object |
JSONObject.query(JSONPointer jsonPointer)
Uses a user initialized JSONPointer and tries to
match it to an item within this JSONObject.
|
java.lang.Object |
JSONArray.query(JSONPointer jsonPointer)
Uses a uaer initialized JSONPointer and tries to
match it to an item whithin this JSONArray.
|
Copyright © 2007 Hyfinity Ltd. All Rights Reserved.