1 repositorio
Libraries that produce a list of all unique objects contained within a hierarchical structure.
Distinct from Object Flattening: Distinct from Object Flattening, which focuses on key-path transformation (dot-notation) rather than object enumeration.
Explore 1 awesome GitHub repository matching data & databases · Object Enumeration Libraries. Refine with filters or upvote what's useful.
Object-enumerator is a data structure crawler and enumeration library designed to discover and list all objects stored within deep or circular data references. It functions as a traversal tool that recursively walks through nested arrays and object graphs to identify every individual referenced object. The library flattens complex hierarchical data structures into a linear collection of unique objects. This process enables data structure analysis and memory reference mapping by tracing all objects connected to a root element to understand the overall composition of a data set.
Provides a library to flatten complex data structures into a unique list of all contained objects.