json-cyclic
Small utility library to replace circular references in JavaScript with JSONPaths
Small utility library to replace circular references in JavaScript with JSONPaths
A library with tools/decorators for preventing circular reference issues when serializing/deserializing classe objects that particularly implement the root-store pattern E,g Great for implementing a mobx root-store hydrated over SSR.
Serializes circular references and other unserializable types like Dates, .prototype and functions to JSON.
Analyze any value for how deep an object structure it contains and where there might be recursion. Formerly known as object-depth-finder.
Typescript and javascript utilities. clone: deep copy the almost all js structures (plain objects, sets, maps, buffers, class instances etc.) with support circular/duplicate references and customizing; whatIsIt: typeof+instanceOf on steroids with support
Deep clone and/or serialize almost any JavaScript object tree (Map/Set, RegExp, DataView, etc.) while preserving circular references.
Serialize/Deserialize anything including Programmer Defined Classes
A robust utility for deeply comparing objects and providing detailed difference information. Handles nested objects, arrays, and circular references.
An advanced JavaScript library for serializing and deserializing complex objects including those with circular references, functions, and special object types like Date, Set, and Map. Ideal for applications needing robust handling of object serialization