awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesStructural

Compare two values by their structural shape instead of checking if they are the same object in memory.

Distinct from Value Comparators: Distinct from Value Comparators: focuses on structural shape comparison rather than general equality.

Explore 1 awesome GitHub repository matching data & databases · Structural. Refine with filters or upvote what's useful.

Awesome Structural GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gcanti/io-tsAvatar de gcanti

    gcanti/io-ts

    6,813Voir sur GitHub↗

    io-ts is a TypeScript runtime validation library that provides a composable codec system for decoding and encoding data at the boundaries of an application. It defines data schemas using structural types, where the shape of data determines its validity rather than nominal names, and produces runtime type guards from those definitions for efficient validation checks. The library is built around bidirectional codec mappings that combine decoding, encoding, and type checking into single reusable units. It supports a composable decoder pipeline where small validation steps can be chained together

    Compares values by their structural shape instead of reference identity for equality checks.

    TypeScriptinferenceruntimetypes
    Voir sur GitHub↗6,813
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Libraries
  6. Value Comparators
  7. Structural