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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesPlain Object to Class Instance Converters

Converts plain JavaScript objects into instances of specified classes, preserving type structure.

Distinct from Object Transformation: Distinct from Object Transformation: specifically converts plain objects into typed class instances, not general property manipulation.

Explore 3 awesome GitHub repositories matching data & databases · Plain Object to Class Instance Converters. Refine with filters or upvote what's useful.

Awesome Plain Object to Class Instance Converters GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • typestack/class-transformerAvatar typestack

    typestack/class-transformer

    7,334Vezi pe GitHub↗

    class-transformer is a TypeScript library that converts plain JavaScript objects into typed class instances and back, using decorators to define transformation rules. It serves as a decorator-based object transformer, JSON deserialization library, and property transformation framework, enabling type-safe serialization and deserialization of class instances. The library distinguishes itself through comprehensive property filtering and mapping capabilities. It supports excluding properties by default, by prefix, by operation (serialization or deserialization), or by explicit marking, as well as

    Converts plain JavaScript objects into instances of specified classes with full type structure preservation.

    TypeScriptexposing-gettersexposing-propertiestransformation
    Vezi pe GitHub↗7,334
  • samchon/typiaAvatar samchon

    samchon/typia

    5,837Vezi pe GitHub↗

    Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It

    Reconstructs class instances with prototypes and methods from plain objects using factories, constructors, or field copies.

    Go
    Vezi pe GitHub↗5,837
  • python-attrs/attrsAvatar python-attrs

    python-attrs/attrs

    5,799Vezi pe GitHub↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Converts plain Python dictionaries into typed attrs class instances and reverses the process.

    Python
    Vezi pe GitHub↗5,799
  1. Home
  2. Data & Databases
  3. Ordered Data Structures
  4. Ordered Collection Literals
  5. Object Collection Processors
  6. Object Transformation
  7. Plain Object to Class Instance Converters

Explorează sub-etichetele

  • Python Dict to Class Instance ConvertersConverts plain Python dictionaries into typed class instances, preserving type structure. **Distinct from Plain Object to Class Instance Converters:** Distinct from Plain Object to Class Instance Converters: targets Python classes, not JavaScript objects.