awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
JSON Serializers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesJSON Serializers

Libraries and utilities that convert application data into JSON format for storage, transmission, or API responses.

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

  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Serializers

Awesome JSON Serializers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Built-in utilities transform application data into structured JSON responses, including secure rendering options for embedding content directly into HTML.

    Pythonflaskjinjapallets
  • protocolbuffers/protobuf

    protocolbuffers/protobuf

    70,695GitHubView on GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different progra

    Supports configurable JSON output, including options for field presence and naming conventions, to simplify integration with web services.

    C++marshallingprotobufprotobuf-runtime