fast-json-stringify
fast-json-stringify copied to clipboard
2x faster than JSON.stringify()
Through the building serializer process, different function use the same context that is stored in global. I think it would be better to share this context using the class. Also,...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue I...
It depends on #520 I think it's better to use Ajv to check data serialization results because we use it everywhere in FJS/Fastify and as it turns out, "is my...
#### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added -...
#### Checklist - [ ] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [x]...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the regression has not already been reported ### Last working...
### 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...
### 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...
Also allow AJV options to be overriden, and use that in tests that require additional keywords in schemas. Fixes #673 #### Checklist - [X] run `npm run test` and `npm...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue `strictSchema`...