json-querying-performance-testing icon indicating copy to clipboard operation
json-querying-performance-testing copied to clipboard

test performance of npm packages that can query json with a string

Results 9 json-querying-performance-testing issues
Sort by recently updated
recently updated
newest added

Add the following libraries to the benchmark: - [`json-p3`](https://github.com/JG-1202/Js-JSON-GO) - [`js-json-go`](https://github.com/JG-1202/Js-JSON-GO) (merged changes from #4) - [`json-power-query`](https://github.com/TotalTechGeek/json-power-query) (merged changes from #5) Also: - update all packages - use biome to...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [libnested](https://github.com/dominictarr/libnested) from 1.4.1 to 1.5.2. Commits e4046ba 1.5.2 c112986 better fix for prototype pollution vulnerability 49d19b0 1.5.1 9619863 Security fix for Prototype Pollution (#5) d028a1b 1.5.0 c975ddd test coverage...

dependencies

It appears that newer versions of Node.js & the libraries yield significantly different results, so I've re-run the performance benchmarks and added `json-power-query` to the test suite.

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Updated queriers to their latest version and added new "js-json-go" querier

Hi, A few things I came across when attempting to install (so I could run comparisons against different versions/PRs of our jsonpath-plus). 1. ~Though you reference https://github.com/zemirco/sf-city-lots-json in the README,...

Hi there, Was just wondering if you might have time to add in a check of the performance of [JSONata](https://github.com/jsonata-js/jsonata)? It looks to be quite robust...