Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wiki/about-scriptlets.md
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ example.org#%#//scriptlet('json-prune-xhr-response'[, propsToRemove[, obligatory

<!-- markdownlint-enable line-length -->

- `propsToRemove` — optional, string of space-separated properties to remove
- `propsToRemove` — optional, string of space-separated properties to remove.
In `jsonpath` mode only single JSONPath prune expression is supported.
- `obligatoryProps` — optional, string of space-separated properties
which must be all present for the pruning to occur
Expand Down Expand Up @@ -1427,7 +1427,7 @@ https://gitlab.com/eyeo/snippets/-/blob/main/source/behavioral/json-prune.js
example.org#%#//scriptlet('json-prune'[, propsToRemove [, obligatoryProps [, stack [, mode]]]])
```

- `propsToRemove` — optional, string of space-separated properties to remove
- `propsToRemove` — optional, string of space-separated properties to remove.
In `jsonpath` mode only single JSONPath prune expression is supported.
- `obligatoryProps` — optional, string of space-separated properties
which must be all present for the pruning to occur
Expand Down