fast-json-stringify
fast-json-stringify copied to clipboard
2x faster than JSON.stringify()
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Need to resolveRef here else buildArrayTypeCondition is given undefined item.type and returns undefined, which is falsy so throws the Item at i does not match schema definition error. #### Checklist...
#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
From my local benchmark, it vary too large to conclude it has improvement or regression. #### Checklist - [ ] run `npm run test` and `npm run benchmark` - [...
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 65f9e5c9a1f2cd378bd74b2e057c9736982a8e74 to e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa. Commits e4a76dd Merge pull request #411 from thollander/docs/fix-filepath e703e74 Merge pull request #408 from thollander/dependabot/npm_and_yarn/types/node-22... 460ec66 docs: fix filePath in readme 24bffb9 Merge pull...
Direct access to serialize method (eg.: `asString(key)`) instead of access to object/method (eg.: `serializer.asString(key)`) **PR** ``` short string............................................. x 26,715,109 ops/sec ±1.66% (186 runs sampled) unsafe short string...................................... x 144,926,182...
For string known to contain non-printable characters or surrogate pairs. For very long strings whose presence of characters to escape is known and certain, it is useless to call `asString`,...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...