diff --git a/README.md b/README.md index 8519f39..da02fc9 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,6 @@ For browser usage you can directly include `dist/index-browser-umd.cjs`; no Browserify magic is necessary: ```html - - - - -
-Accepts a normalized or unnormalized path as string and
- converts to an array: for example,
- ['$', 'aProperty', 'anotherProperty']
.
Accepts a path array and converts to a normalized path string.
- The string will be in a form like:
- $['aProperty']['anotherProperty][0]
.
- The JSONPath terminal constructions ~
and ^
and type operators
- like @string()
are silently stripped.
Accepts a path array and converts to a JSON Pointer.
-The string will be in a form like: /aProperty/anotherProperty/0
- (with any ~
and /
internal characters escaped as per the JSON
- Pointer spec).
The JSONPath terminal constructions ~
and ^
and type operators
- like @string()
are silently stripped.
Generated using TypeDoc
-
Exposes the cache object for those who wish to preserve and reuse - it for optimization purposes.
-