fastPath icon indicating copy to clipboard operation
fastPath copied to clipboard

A jsonpath parser.

Results 2 fastPath issues
Sort by recently updated
recently updated
newest added

Fastpath seems to be incapable of descending into objects targeted with a filter. Add the following test to bookstore-test.js to see this happening: ```js t.test('should be able to parse simple...

While starting my new project over comparejs, I have written [performance tests](https://github.com/NaturalIntelligence/comparejs/blob/master/benchmark/archived/fastpath.js) for fastPath, I observed an issue. You can check it [here](https://naturalintelligence.github.io/comparejs/?q=npm-fastpath). I thought to share with you, in...