43 skills found · Page 1 of 2
WebReflection / Circular JsonJSON does not handle circular references. Now it does
moll / Json Stringify SafeLike JSON.stringify, but doesn't throw on circular references
cierelabs / Json CompleteA JSON alternative that retains references, handles circular dependencies, and encodes almost every data type available to standard JavaScript.
11ways / Json Dry🌞 JSON-dry allows you to serialize & revive objects containing circular references, dates, regexes, class instances,...
jfet97 / OmnicloneAn isomorphic and configurable javascript utility for objects deep cloning that supports circular references.
skeeto / Resurrect JsJavaScript serialization that preserves behavior and reference circularity.
sindresorhus / Safe StringifySerialize objects to JSON with handling for circular references
eiriklv / Json PopulateTool for populating JSON data with circular references. Sort of like Falcor and GraphQL, but for plain JSON with a transparent interface.
sindresorhus / DecircularRemove circular references from objects
kolodny / Jsanhandle circular references when stringifying and parsing
soyuka / FcloneClone objects by dropping circular references
debitoor / Safe Json StringifyA wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
shimondoodkin / Nodejs Clone ExtendClone & extend / mixin for node js. It is easy to use and practical. supports circular references
yyued / CRCheckerCRChecker is a debug tool, helps you find out circular reference problem.
wintercn / JSONplusJSON with circular reference support
hiro5id / Console Log JsonZero-dependency drop-in for console.log(). One import turns every console. call into clean single-line structured JSON with automatic timestamp, filename, call stack, and safe handling for objects, errors, and circular references.* Works in Node.js and the browser. Perfect for LogDNA, DataDog, Splunk, or ELK — no code changes required.
pigulla / Json StrictifySafely serialize a value to JSON without unintended loss of data or going into an infinite loop due to circular references.
graniteds / JsonrA JSON implementation that deals with multiple / circular references
ProwlEngine / Prowl.EchoA lightweight, flexible .net serializer, with support for complex object graphs, circular references, and much more.
mixu / SnapshotSerialize circular references, custom objects and other types not supported by JSON