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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mafintosh avatar

mafintosh/is-my-json-valid

0
View on GitHub↗
965 stele·114 fork-uri·JavaScript·MIT·2 vizualizări

Is My Json Valid

A JSONSchema validator that uses code generation to be extremely fast

Features

  • Data Validation - Fast JSON schema validator using code generation.
  • Data Validation - Fast JSON Schema validation.

Istoric stele

Graficul istoricului de stele pentru mafintosh/is-my-json-validGraficul istoricului de stele pentru mafintosh/is-my-json-valid

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Is My Json Valid

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Is My Json Valid.
  • ianstormtaylor/superstructAvatar ianstormtaylor

    ianstormtaylor/superstruct

    7,141Vezi pe GitHub↗

    Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

    TypeScriptinterfacejavascriptschema
    Vezi pe GitHub↗7,141
  • alecthomas/voluptuousAvatar alecthomas

    alecthomas/voluptuous

    1,845Vezi pe GitHub↗

    CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.

    Python
    Vezi pe GitHub↗1,845
  • colinhacks/zodAvatar colinhacks

    colinhacks/zod

    43,036Vezi pe GitHub↗

    Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a

    TypeScriptruntime-validationschema-validationstatic-types
    Vezi pe GitHub↗43,036
  • jquense/yupAvatar jquense

    jquense/yup

    23,673Vezi pe GitHub↗

    Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as an object schema validator and a data coercion engine, allowing developers to transform raw input values into desired types before performing validation checks. The library is distinguished by its support for dynamic schema validation, where rules can be adjusted at runtime based on sibling field values or external context. It also enables recursive data structuring for polymorphic fields and provides a system for extracting static TypeScript interfaces from runtime schema def

    TypeScript
    Vezi pe GitHub↗23,673
Vezi toate cele 30 alternative pentru Is My Json Valid→

Întrebări frecvente

Ce face mafintosh/is-my-json-valid?

A JSONSchema validator that uses code generation to be extremely fast

Care sunt principalele funcționalități ale mafintosh/is-my-json-valid?

Principalele funcționalități ale mafintosh/is-my-json-valid sunt: Data Validation.

Care sunt câteva alternative open-source pentru mafintosh/is-my-json-valid?

Alternativele open-source pentru mafintosh/is-my-json-valid includ: jquense/yup — Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as… keleshev/schema — Schema validation just got Pythonic. colinhacks/zod — Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It… ianstormtaylor/superstruct — Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined… alecthomas/voluptuous — CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library. nettofarah/property-validator — :white_check_mark: Easy property validation for JavaScript, Node and Express.