compile-json-stringify
compile-json-stringify copied to clipboard
Compile a JSON.stringify() function with type hints for maximum performance
Results
1
compile-json-stringify issues
Sort by
recently updated
recently updated
newest added
Hi @nwoltman Thanks for such a nice tool. ```js const cjs = compileJsonStringify({ type: 'object', properties: { status: { type: 'string' }, message: { type: 'string', default: 'OK' }, //