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

Checks if a single path exists in the provided value. Assumes no whitespaces and no alternate paths in parameter.

Checks if any of the paths exist in the provided value.

Splits a pattern into multiple paths

Splits the first key from the rest of the keys in a path