lxsmnsyc / seroval

Stringify JS values
https://seroval.vercel.app
MIT License
531 stars 6 forks source link

Feature: JSON string serializer #9

Closed lxsmnsyc closed 1 year ago

lxsmnsyc commented 1 year ago

Add toJSONString and fromJSONString to skip the use of JSON.stringify and JSON.parse in userland (also because JSON.stringify has some bottleneck)

lxsmnsyc commented 1 year ago

Conclusion: not worth it. JSON.stringify is still fastest in most cases