Uses of Class
org.json.JSONPointerException
-
-
Uses of JSONPointerException in org.json
Methods in org.json that throw JSONPointerException Modifier and Type Method Description java.lang.Object
JSONPointer. queryFrom(java.lang.Object document)
Evaluates this JSON Pointer on the givendocument
.private static java.lang.Object
JSONPointer. readByIndexToken(java.lang.Object current, java.lang.String indexToken)
Matches a JSONArray element by ordinal position
-