OptionalexcludeOptionalexcludeArray of string jpaths to exclude from the results. If omitted or empty, no paths are excluded if included by includeJPaths.
OptionalincludeArray of RegExp instances; only jpaths matching any of these regexps are included. If omitted or empty, all paths are included unless excluded by excludeJPaths.
OptionalincludeArray of string jpaths to include in the results. If omitted or empty, all paths are included unless excluded by excludeJPaths.
OptionalmaxMaximum number of array elements to traverse at each level.
OptionalmaxMaximum depth to traverse nested objects/arrays.
OptionalmodifiersModifiers to apply to values before including them in the results. They are evaluated while traversing the object so the value do not have to be primitive before applying them.
Array of RegExp instances; jpaths matching any of these regexps are excluded. Overrides inclusion filters (i.e., if a jpath is in excludeJPaths, it's never included).