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 Object
Json. parse(String key)
Parse value with JPath as key.T
CJson. remove(String key)
Removes a key value set from deserialized JSON.
Takes json path as input and returns updated Serialized class.
-