JSONPath Tools / @jsonpath-tools/jsonpath / removeAtPaths
Function: removeAtPaths()
ts
function removeAtPaths(value, paths): undefined | JSONValueRemoves JSON values at the given normalized paths.
Parameters
value
JSON value.
paths
readonly NormalizedPath[]
Normalized paths.
Returns
undefined | JSONValue