the segments of the path
The json w/ the value appended, if the path existed in the target json
The json w/ the value appended, if the path existed in the target json
the value type which can be encoded to json
the target json to which the value will be appended at this path
the value to append
the updated json if the path existed in the target json
the segments of the path
removes the entry from the given json.
removes the entry from the given json. any 'array contains' filters are negated, as the intention is to _remove_ matching values, not select (match) them.
the target json to which the value will be removed
the updated json if the path existed in the target json
(Since version ) see corresponding Javadoc for more information.
Represents a json path (like an xpath is to xml)
the segments of the path