You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Convenient **additions or elaborations** not provided in the original spec:
17
14
*`^` for grabbing the **parent** of a matching item
18
15
*`~` for grabbing **property names** of matching items (as array)
@@ -39,6 +36,9 @@ did not spell out.
39
36
a **sandbox** for evaluated values.
40
37
* Option for **callback to handle results** as they are obtained.
41
38
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.
0 commit comments