JSON path's index portion.
We handle JSON path of "/abc/1/def"
as an index array of ["abc", 1, "def"]
.
Returns true if x is an string representation of an integer value.
Returns the array-index independent normalized path.
Concatenates two paths, `path' can be a relative one. It roughly follows the Relative JSON path standard.
Normalizes not a string path but an array path, then returns a normalized string path.
Separates a path described by a string into an Index array.
A variant of `typeof', which handles null and Array appropreately.
Returns true if `x' is a json value. This is just a shallow test.
Extracts common portion of paths.
Builds a query string from `obj'.
Generated using TypeDoc
Some utility functions.