Skip to content

Commit d96e607

Browse files
authored
Merge pull request #92 from andykais/patch-1
Fix broken link, add benchmarking section in README.md
2 parents 5b92bfa + d78bb64 commit d96e607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ did not spell out.
1010
## Features
1111

1212
* **Compliant** with the original jsonpath spec
13-
* Consistently **performant** per
14-
[json-querying-performance-testing](https://github.com/andykais/json-querying-performance-testing>)
15-
benchmarking, particularly for large data sets.
1613
* Convenient **additions or elaborations** not provided in the original spec:
1714
* `^` for grabbing the **parent** of a matching item
1815
* `~` for grabbing **property names** of matching items (as array)
@@ -39,6 +36,9 @@ did not spell out.
3936
a **sandbox** for evaluated values.
4037
* Option for **callback to handle results** as they are obtained.
4138

39+
## Benchmarking
40+
`jsonpath-plus` is consistently performant with both large and small datasets compared to other json querying libraries per [json-querying-performance-testing](https://github.com/andykais/json-querying-performance-testing). You can verify these findings by [running the project yourself](https://github.com/andykais/json-querying-performance-testing#how-to-run) and adding more perf cases.
41+
4242
## Install
4343

4444
```shell

0 commit comments

Comments
 (0)