Uses of Class
com.codedjson.exceptions.InvalidJPathError
-
Packages that use InvalidJPathError Package Description com.codedjson -
-
Uses of InvalidJPathError in com.codedjson
Methods in com.codedjson that throw InvalidJPathError Modifier and Type Method Description ObjectJson. parse(String key)Parse value with JPath as key.TCJson. remove(String key)Removes a key value set from deserialized JSON.
Takes json path as input and returns updated Serialized class.
-