fast-json
fast-json copied to clipboard
A lightning fast on the fly JSON parser
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 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 See full...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
- https://github.com/zserge/jsmn: jsmn has a different approach to work with JSON structures but it could be great to compare its performance with fast-json. - https://github.com/creationix/jsonparse - https://github.com/luizperes/simdjson_nodejs - https://github.com/fastify/secure-json-parse
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](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...
Research about complex JSON structures and examples in order to create more and better unit tests. https://www.json.org/json-en.html http://seriot.ch/parsing_json.php
Does buffer can be a stream-reader? So it can parse large json stream from file or http
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
@alemures I have a fork of your lib with a few more features: - chunked input support with write()/end(). - stream reading support with pipe() for chunked HTTP streams. -...
To be able to use the library in other projects, a permissive license ([MIT-License](https://opensource.org/license/mit)) should be provided. Right now it is proprietary and cannot really be used in other projects....