A comparison of JSON Pointer (RFC 6901) implementations; including performance.
1. Clone:
git clone git@github.com:flitbit/json-pointer-comparison.git
2. Run:
cd json-pointer-comparison && node index.js
A comparison of JSON Pointer (RFC 6901) implementations; including performance.
JavaScriptMIT