awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesObject Enumeration Libraries

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.

Awesome Object Enumeration Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sebastianbergmann/object-enumeratorAvatar de sebastianbergmann

    sebastianbergmann/object-enumerator

    6,537Ver en GitHub↗

    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.

    PHP
    Ver en GitHub↗6,537
  1. Home
  2. Data & Databases
  3. Object Property Accessors
  4. Deep Object Manipulations
  5. Object Enumeration Libraries