Package | Description |
---|---|
com.aspose.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 |
---|---|
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. |
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. |
Object |
JSONArray.query(JSONPointer jsonPointer)
Uses a user initialized JSONPointer and tries to
match it to an item within this JSONArray.
|
Object |
JSONObject.query(JSONPointer jsonPointer)
Uses a user initialized JSONPointer and tries to
match it to an item within this JSONObject.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.