Parse and stringify URL query strings
JSON.parse/stringify with bigints support
Like JSON.stringify, but doesn't throw on circular references
Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.
Browserify plugin to require() text files (templates) inside of your client-side JavaScript files.
Stringify an object/array like JSON.stringify just without all the double-quotes
Gets the job done when JSON.stringify can't
✨ Stringify any JavaScript value
A library to parse/stringify SCSS
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder
A pruning version of JSON.stringify, allowing for example to stringify window or any big or recursive object
Safely and quickly serialize JavaScript objects
The slowest stringifier in the known universe. Just kidding, it's the fastest (:
Parse/stringify JSON and provide source-map for JSON-pointers to all nodes - supports BigInt, Maps, Sets and Typed arrays
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html