Convert a js value into a sequence of path/value pairs
Optional
options:
{
includes?:
string;
maxDepth?:
number
} = {}
Optional
includes?: string
Expression using the includes syntax
Optional
maxDepth?: number
Max parsing depth
yields path/value pairs from a given object
Any JS value
Optional
currentPath:
Path
= ...
Only for internal use
Convert a js value into a sequence of path/value pairs