oboe.js
oboe.js copied to clipboard
Reference JSONPath
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]].