jimhigson / oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.
http://oboejs.com
Other
4.77k stars 209 forks source link

Reference JSONPath #232

Open fulldecent opened 3 years ago

fulldecent commented 3 years ago

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]].