We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0fc5e commit 2917104Copy full SHA for 2917104
1 file changed
JSONArray.java
@@ -1015,7 +1015,7 @@ public Object query(JSONPointer jsonPointer) {
1015
* @throws IllegalArgumentException if {@code jsonPointer} has invalid syntax
1016
*/
1017
public Object optQuery(String jsonPointer) {
1018
- return query(new JSONPointer(jsonPointer));
+ return optQuery(new JSONPointer(jsonPointer));
1019
}
1020
1021
/**
0 commit comments