oboe.js icon indicating copy to clipboard operation
oboe.js copied to clipboard

Reference JSONPath

Open fulldecent opened this issue 4 years ago • 0 comments

The Oboe documentation references "JSONPath patterns", starting in section "node event".

The methods .node() and .on() are used to register interest in particular nodes by providing JSONPath patterns.

However, only much later it is revealed that "Oboe’s pattern matching is a variation on JSONPath".

The first reference could please be updated to:

The methods .node() and .on() are used to register interest in particular nodes by providing Oboe's variation of JSONPath patterns [[LINK]].

fulldecent avatar Apr 02 '21 22:04 fulldecent