public static class JSONPointer.QueryResult extends Object
| Constructor and Description |
|---|
QueryResult(org.json.JSONObject containingDocument,
org.json.JSONObject queryResult)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getContainingDocument()
The JSON document which contains the query result.
|
org.json.JSONObject |
getQueryResult()
The JSON object being the result of the query execution.
|
Copyright © 2011–2015 Everit Kft.. All rights reserved.