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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mafintosh avatar

mafintosh/is-my-json-valid

0
View on GitHub↗
965 Stars·114 Forks·JavaScript·MIT·2 Aufrufe

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.

Star-Verlauf

Star-Verlauf für mafintosh/is-my-json-validStar-Verlauf für mafintosh/is-my-json-valid

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Is My Json Valid

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Is My Json Valid.
  • ianstormtaylor/superstructAvatar von ianstormtaylor

    ianstormtaylor/superstruct

    7,141Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,141
  • alecthomas/voluptuousAvatar von alecthomas

    alecthomas/voluptuous

    1,845Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,845
  • colinhacks/zodAvatar von colinhacks

    colinhacks/zod

    43,036Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗43,036
  • jquense/yupAvatar von jquense

    jquense/yup

    23,673Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,673
Alle 30 Alternativen zu Is My Json Valid anzeigen→

Häufig gestellte Fragen

Was macht mafintosh/is-my-json-valid?

A JSONSchema validator that uses code generation to be extremely fast

Was sind die Hauptfunktionen von mafintosh/is-my-json-valid?

Die Hauptfunktionen von mafintosh/is-my-json-valid sind: Data Validation.

Welche Open-Source-Alternativen gibt es zu mafintosh/is-my-json-valid?

Open-Source-Alternativen zu mafintosh/is-my-json-valid sind unter anderem: 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.