awesome-repositories.com
Blog
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
·

2 repository-uri

Awesome GitHub RepositoriesSchema Serializers

Utilities that convert internal schema definitions into JSON representations.

Distinct from JSON Serializers: Distinct from JSON Serializers: specifically serializes the validation rule tree, not general application data.

Explore 2 awesome GitHub repositories matching data & databases · Schema Serializers. Refine with filters or upvote what's useful.

Awesome Schema Serializers GitHub Repositories

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

    hapijs/joi

    21,192Vezi pe GitHub↗

    Joi is a JavaScript data validation library used to define schemas that validate, cast, and sanitize data objects. It functions as an object schema validator and parser, ensuring that input data matches specific types and formats before it is processed by an application. The library features a conditional validation engine capable of dynamic schema enforcement, where validation logic and dependencies change based on the values of other keys within an object. It also serves as a data casting and sanitization tool, transforming input values into target types and removing sensitive keys from the

    Converts the internal rule tree into a structured JSON format for external consumption.

    JavaScripthapijavascriptschema
    Vezi pe GitHub↗21,192
  • google/schema-dtsAvatar google

    google/schema-dts

    1,204Vezi pe GitHub↗

    Schema-dts is a type-safe library providing TypeScript interfaces for modeling structured data and interconnected graph relationships. It serves as a framework for defining and enforcing strict property requirements for JSON-LD objects, ensuring that metadata generated for web applications and search engines adheres to established vocabulary standards. The project distinguishes itself by providing a comprehensive set of definitions for the Schema.org vocabulary, enabling developers to build complex, machine-readable data graphs with compile-time validation. It supports the composition of mult

    Converts strongly-typed objects into standardized JSON-LD strings to ensure machine-readable output for web document integration.

    TypeScriptjson-ldknowledge-graphlinked-data
    Vezi pe GitHub↗1,204
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Serializers
  6. Schema Serializers