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.ObjectJSONPointer. queryFrom(java.lang.Object document)Evaluates this JSON Pointer on the givendocument.private static java.lang.ObjectJSONPointer. readByIndexToken(java.lang.Object current, java.lang.String indexToken)Matches a JSONArray element by ordinal position
-