Expand description
Utility functions to specify subtrees in a JSON document. Path pattern syntax is based on JQ patterns, see https://stedolan.github.io/jq/manual/#Basicfilters
Functionsยง
- match_
single - Checks if a single path exists in the provided value. Assumes no whitespaces and no alternate paths in parameter.
- matches
- Checks if any of the paths exist in the provided value.
- split_
alternatives - Splits a pattern into multiple paths
- split_
head_ tail - Splits the first key from the rest of the keys in a path