143 skills found · Page 1 of 5
fastify / Fast Json Stringify2x faster than JSON.stringify()
sveltejs / DevalueGets the job done when JSON.stringify can't
jed / Laveeval in reverse: stringifying all the stuff that JSON.stringify won't
sidorares / Json BigintJSON.parse/stringify with bigints support
moll / Json Stringify SafeLike JSON.stringify, but doesn't throw on circular references
jgranstrom / ZipsonJSON parse and stringify with compression
lucagez / Slow Json StringifyThe slowest stringifier in the known universe. Just kidding, it's the fastest (:
sindresorhus / Stringify ObjectStringify an object/array like JSON.stringify just without all the double-quotes
lydell / Json Stringify Pretty CompactThe best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
BridgeAR / Safe Stable StringifySafe, deterministic and fast serialization alternative to JSON.stringify.
Krinkle / Jquery Json[Discontinued] Use native JSON.stringify and JSON.parse instead, or json2.js from https://github.com/douglascrockford/JSON-js
sindresorhus / Write Json FileStringify and write JSON to a file atomically
kaelzhang / Node Comment JsonParse and stringify JSON with comments. It will retain comments even when after saved!
storybookjs / Telejson🛰 JSON parse & stringify with support for cyclic objects, functions, dates, regex, infinity, undefined, null, NaN, Classes, Instances
Canop / JSON.pruneA pruning version of JSON.stringify, allowing for example to stringify window or any big or recursive object
ibmruntimes / Yieldable JsonAsynchronous JSON parser and stringify APIs that make use of generator patterns
blakeembrey / Javascript StringifyStringify is to `eval` as `JSON.stringify` is to `JSON.parse`
yyx990803 / Circular Json Es6circular JSON.stringify and JSON.parse, for environments with native ES6 Map
DonutEspresso / Big JsonA stream based implementation of JSON.parse and JSON.stringify for big POJOs
Phrogz / NeatJSONPretty-print your JSON in Ruby, JS, or Lua with more power than JSON.stringify or JSON.pretty_generate