awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Data interchange formats

Clasificación actualizada el 20 jul 2026

For data interchange formats, the strongest matches are google/protobuf (Protocol Buffers is a comprehensive, industry-standard framework for binary), capnproto/capnproto (CapnProto is a high-performance, schema-based binary serialization framework that) and fasterxml/jackson (Jackson is a comprehensive data binding and serialization framework). golang/protobuf and rkyv/rkyv round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore the best data interchange formats. Compare top open-source libraries by stars and activity to find the best fit for your project.

Data interchange formats

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • google/protobufAvatar de google

    google/protobuf

    71,412Ver en GitHub↗

    Protocol Buffers is a binary serialization framework used to encode structured information into compact payloads to reduce network bandwidth and storage. It functions as a cross-language data interchange standard that enables different platforms and languages to exchange structured data using a shared schema. The project includes an interface definition language compiler that transforms schema definitions into type-safe source code for multiple target programming languages. This mechanism decouples data structures from specific language memory layouts and ensures consistent data handling acro

    Protocol Buffers is a comprehensive, industry-standard framework for binary serialization and cross-language data interchange that uses schema definitions to ensure consistent, high-performance data handling across diverse systems.

    C++Binary SerializationBinary Serialization FormatsProtocol Buffers
    Ver en GitHub↗71,412
  • capnproto/capnprotoAvatar de capnproto

    capnproto/capnproto

    13,089Ver en GitHub↗

    CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication library providing a schema-based data interchange format that eliminates the need to encode or decode data before reading it from memory. The system enables high-performance data serialization and low-latency network communication. It supports cross-language data exchange by using a defined schema to ensure consistent binary representation across different platforms. The framework provides tools for implementing remote procedure calls, allowing functions to be invoked on a remo

    CapnProto is a high-performance, schema-based binary serialization framework that facilitates cross-language data interchange, though it focuses on binary formats rather than human-readable ones.

    C++Binary Serialization FormatsHigh-Performance Binary SerializationZero-Copy
    Ver en GitHub↗13,089
  • fasterxml/jacksonAvatar de FasterXML

    FasterXML/jackson

    9,740Ver en GitHub↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    Jackson is a comprehensive data binding and serialization framework that supports multiple formats, high-performance parsing, and schema-based validation, making it a flagship tool for structured data interchange.

    High-Performance Binary SerializationJSONJSON-Schema
    Ver en GitHub↗9,740
  • golang/protobufAvatar de golang

    golang/protobuf

    10,074Ver en GitHub↗

    This project is a Protocol Buffers implementation for Go, providing a binary serialization framework to convert native data structures into a compact binary format for efficient network transmission and storage. It functions as a language bindings generator, utilizing a compiler plugin to create Go source code from platform-neutral protocol buffer definitions. The implementation includes a JSON data mapper that transforms structured binary messages into JSON format to facilitate compatibility with web services and external APIs. It also enables cross-language data exchange by using a common s

    This repository provides a comprehensive implementation of the Protocol Buffers specification, offering high-performance binary serialization, cross-language compatibility, and built-in JSON mapping for structured data interchange.

    GoBinary SerializationBinary Serialization Formats
    Ver en GitHub↗10,074
  • rkyv/rkyvAvatar de rkyv

    rkyv/rkyv

    4,267Ver en GitHub↗

    rkyv is a zero-copy deserialization framework for Rust that provides a binary serialization format for memory-mappable data archives. It allows complex data structures to be mapped to bytes and accessed directly from a buffer without allocating new memory or copying data. The project enables the serialization of polymorphic types and trait objects, maintaining their dynamic behavior and structure within the binary form. It utilizes relative-pointer addressing and byte-aligned structure packing to ensure data remains valid regardless of where it is loaded in memory. The framework covers high-

    This is a high-performance binary serialization framework that enables zero-copy data access, making it a specialized tool for efficient data interchange in systems where memory mapping and performance are critical.

    RustBinary Serialization FormatsZero-CopyZero-Copy Data Access
    Ver en GitHub↗4,267
  • apache/foryAvatar de apache

    apache/fory

    4,234Ver en GitHub↗

    Fory is a cross-language serialization framework and binary data serializer designed to convert complex object graphs into a compact binary format for high-performance data exchange. It includes an IDL-based schema compiler to transform interface definition language files into type-safe native data models and a schema evolution manager to maintain forward and backward compatibility. The project features a zero-copy data access layer that allows reading specific fields from binary rows without deserializing the entire object. It supports dual-mode serialization, enabling a toggle between a por

    Fory is a comprehensive cross-language serialization framework that provides binary encoding, schema-based validation, and high-performance zero-copy parsing, making it a direct match for your requirements.

    JavaHigh-Performance Binary SerializationZero-Copy Data Access
    Ver en GitHub↗4,234
  • protobufjs/protobuf.jsAvatar de protobufjs

    protobufjs/protobuf.js

    10,558Ver en GitHub↗

    protobuf.js is a JavaScript and TypeScript library for encoding and decoding structured data using the Protocol Buffers binary format. It functions as a dynamic parser that can load and process schemas at runtime, a JSON transcoder for converting messages to human-readable formats, and a framework for building transport-agnostic remote procedure call clients. The project distinguishes itself by offering both dynamic message handling and a static code generator that produces TypeScript declarations and JavaScript modules to reduce runtime overhead. It also provides a reflection API for definin

    This library provides robust tools for Protocol Buffers serialization, schema parsing, and JSON transcoding, making it a highly capable solution for structured data interchange in JavaScript and TypeScript environments.

    JavaScriptBinary SerializationBinary Serialization FormatsSchema Validation
    Ver en GitHub↗10,558
  • neuecc/messagepack-csharpAvatar de neuecc

    neuecc/MessagePack-CSharp

    6,710Ver en GitHub↗

    MessagePack-CSharp is a high-performance binary serialization library for .NET applications that converts object graphs into the MessagePack format. It functions as a C# data serialization toolkit and a polymorphic binary encoder capable of handling abstract classes and interfaces using union keys to identify concrete derived types. The library provides a binary format transcoder to transform binary data into human-readable JSON for debugging. It supports ahead-of-time formatter generation to avoid runtime overhead and implements LZ4 binary compression to reduce the size of serialized data.

    This is a high-performance binary serialization library that supports the MessagePack format, providing efficient data interchange and tools for converting binary data into human-readable JSON.

    C#Binary Serialization FormatsHigh-Performance Binary SerializationMessagePack Serializers
    Ver en GitHub↗6,710
  • alipay/furyAvatar de alipay

    alipay/fury

    4,412Ver en GitHub↗

    Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to facilitate cross-language data exchange. It includes an interface definition language compiler that translates schema definitions into idiomatic native types and serialization boilerplate across multiple languages. The project distinguishes itself through a zero-copy binary reader that allows specific fields to be accessed without deserializing the entire object, as well as an object graph serializer that preserves circular references and referential integrity. It also features a

    Fury is a high-performance, multi-language binary serialization framework that supports schema-based data exchange, complex object graph preservation, and optimized parsing, making it a comprehensive tool for structured data interchange.

    JavaZero-CopyZero-Copy Data Access
    Ver en GitHub↗4,412
  • burntsushi/tomlAvatar de BurntSushi

    BurntSushi/toml

    4,904Ver en GitHub↗

    This is a TOML parser and serializer for the Go language. It serves as a data serialization library and configuration file mapper that encodes and decodes data between Go structures and the TOML configuration format. The library provides interfaces for custom type marshaling, allowing for specialized logic when parsing or serializing specific data types. It transforms structured objects into deterministic TOML documents for storage or transmission. The project covers a broad range of data processing capabilities, including structured value encoding, TOML data generation, and metadata inspect

    This library provides robust serialization and parsing for the TOML format, serving as a specialized tool for mapping structured data to human-readable configuration files.

    GoTOML ParsersTOML Serializers
    Ver en GitHub↗4,904
  • protocolbuffers/protobufAvatar de protocolbuffers

    protocolbuffers/protobuf

    71,359Ver en 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 programming languages. The project distinguishes itself through a highly efficient binary wire format that utilizes tag-based encoding and variable-width integer compression to minimize payload size and processing overhead. It supports robust evolutionary schema management, allowing d

    Protocol Buffers is the industry-standard toolchain for schema-driven binary serialization, offering robust multi-language support and high-performance parsing that perfectly matches your requirements for structured data interchange.

    C++Protocol Buffers
    Ver en GitHub↗71,359
  • serde-rs/serdeAvatar de serde-rs

    serde-rs/serde

    10,457Ver en GitHub↗

    This project is a framework for the efficient serialization and deserialization of data structures. It provides a unified, macro-based interface that automates the conversion of complex internal objects into standardized formats and reconstructs them from raw input streams or buffers. By leveraging compile-time code generation, the library minimizes manual implementation overhead while ensuring consistent logic across diverse data types. The framework distinguishes itself through a format-agnostic data model and a visitor-based parsing architecture that decouples data structures from specific

    Serde is a high-performance, schema-driven framework for Rust that provides a unified interface for serializing and deserializing data into a wide variety of binary and human-readable formats.

    RustBinary SerializationZero-Copy Data Access
    Ver en GitHub↗10,457
  • apache/thriftAvatar de apache

    apache/thrift

    10,933Ver en GitHub↗

    Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface definition language to specify data types and service interfaces in a neutral format, enabling the automated generation of client and server code across multiple programming languages. The project functions as a polyglot service communicator using a layered software stack to ensure interoperable communication. It focuses on implementing cross-language remote procedure calls and transforming complex data structures into standardized formats for efficient network transport. The

    Apache Thrift is a comprehensive data serialization framework that uses an interface definition language to generate code for multiple languages, supporting both binary and human-readable formats with a focus on high-performance cross-system communication.

    C++Binary Serialization Formats
    Ver en GitHub↗10,933
  • msgspec/msgspecAvatar de msgspec

    msgspec/msgspec

    3,821Ver en GitHub↗

    msgspec is a high-performance data modeling, serialization, and schema validation toolkit for Python. It serves as a type-safe serialization framework that integrates schema enforcement and data parsing into a single pass, functioning as both a data serialization library and a schema validation system based on standard Python type annotations. The project distinguishes itself through high-performance structural primitives, including compilation-based routine generation and zero-copy buffer parsing. It optimizes memory usage via garbage collection-aware layouts and reduces processing overhead

    This library provides high-performance serialization, schema validation, and parsing for Python, making it a robust tool for structured data interchange despite its focus on a single language ecosystem.

    PythonHigh-Performance Binary SerializationTOML ParsersTOML Serializers
    Ver en GitHub↗3,821
  • geal/nomAvatar de Geal

    Geal/nom

    10,422Ver en GitHub↗

    nom is a Rust parser combinator framework used to build complex parsers for binary and text data. It functions as an abstract syntax tree generator and a bit-level binary parser, allowing users to construct structured data by combining small, reusable parsing functions. The framework provides specialized support for zero-copy binary parsing, extracting data as slices from raw byte arrays to avoid memory allocations. It also includes a streaming data parser capable of processing partial input chunks from networks or files and signaling when additional input is required. The project covers a b

    Nom is a high-performance parser combinator library that excels at binary and text data extraction, providing the foundational tools needed to build custom serialization and interchange formats.

    RustStreaming ParsersZero-Copy Data Access
    Ver en GitHub↗10,422
  • apple/swift-protobufAvatar de apple

    apple/swift-protobuf

    4,935Ver en GitHub↗

    This project is a Protocol Buffers Swift library and framework providing a runtime for serializing and deserializing structured data. It includes a code generator that transforms schema files into type-safe Swift structures and a binary serialization framework for converting data into compact streams. The library functions as a JSON data mapper, transforming messages into standard JSON representations to facilitate cross-platform data exchange. It utilizes a schema-driven approach to ensure consistent data modeling between Swift applications and services written in other languages. The frame

    This library provides a robust implementation of the Protocol Buffers specification for Swift, enabling efficient binary serialization, schema-driven data modeling, and JSON interoperability for cross-platform systems.

    SwiftBinary SerializationBinary Serialization Formats
    Ver en GitHub↗4,935
  • esotericsoftware/kryoAvatar de EsotericSoftware

    EsotericSoftware/kryo

    6,529Ver en GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    Kryo is a high-performance binary serialization framework for Java that excels at compact object graph storage and efficient data transfer, though it is limited to the Java ecosystem rather than being a cross-language interchange format.

    HTMLBinary SerializationBinary Serialization Formats
    Ver en GitHub↗6,529
  • apache/avroAvatar de apache

    apache/avro

    3,277Ver en GitHub↗

    Apache Avro is a data serialization system.

    Apache Avro is a comprehensive data serialization system that provides binary serialization, schema validation, and multi-language support, making it a standard tool for high-performance data interchange.

    JavaSerialization and Communication
    Ver en GitHub↗3,277
  • google/flatbuffersAvatar de google

    google/flatbuffers

    25,558Ver en GitHub↗

    FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu

    FlatBuffers is a high-performance, schema-driven serialization library that supports multiple languages and binary formats, making it a robust tool for efficient data interchange.

    C++Binary Serialization FormatsZero-Copy Data Access
    Ver en GitHub↗25,558
  • nlohmann/jsonAvatar de nlohmann

    nlohmann/json

    49,944Ver en GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    This is a comprehensive C++ library for JSON serialization and parsing that supports multiple binary formats like CBOR and MessagePack, making it a robust tool for structured data interchange.

    C++Binary SerializationStreaming Parsers
    Ver en GitHub↗49,944
  • tencent/rapidjsonAvatar de Tencent

    Tencent/rapidjson

    15,000Ver en GitHub↗

    RapidJSON is a header-only C++ library designed for high-performance parsing, generation, and manipulation of JSON data. It functions as a dual-mode engine, providing both an in-memory document object model for tree-based manipulation and a stream-based interface for event-driven processing. The library is built to minimize memory footprint and maximize execution speed, making it suitable for resource-constrained environments. The library distinguishes itself through advanced memory management and optimization techniques, including in-situ parsing that modifies input buffers directly to elimi

    RapidJSON is a high-performance C++ library for parsing and generating JSON, providing the core serialization and manipulation capabilities required for structured data interchange.

    C++JSONJSON-Schema
    Ver en GitHub↗15,000
  • streamich/json-joyAvatar de streamich

    streamich/json-joy

    1,079Ver en GitHub↗

    json-joy is a comprehensive library for building real-time collaborative applications and distributed systems. It provides a robust framework for managing shared JSON-like data structures that automatically merge concurrent edits from multiple users, ensuring consistent state across all replicas without requiring a central coordination server. The project distinguishes itself through a high-performance approach to data handling, utilizing conflict-free replicated data types and logical clock-based synchronization to maintain data integrity. It includes a specialized engine for navigating and

    This library provides high-performance binary serialization and schema validation for JSON-like data, making it a capable tool for structured data interchange despite its primary focus on collaborative state synchronization.

    TypeScriptHigh-Performance Binary Serialization
    Ver en GitHub↗1,079
  • open-circle/valibotAvatar de open-circle

    open-circle/valibot

    8,769Ver en GitHub↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Valibot is a schema validation and parsing library that handles structured data transformation and runtime verification, making it a suitable tool for ensuring data integrity between systems.

    TypeScriptJSON-SchemaSchema ValidationData Validation
    Ver en GitHub↗8,769
  • google/gsonAvatar de google

    google/gson

    24,357Ver en GitHub↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Gson is a Java-based library that provides robust serialization and deserialization of objects into structured JSON, serving as a core tool for data interchange despite being limited to the Java ecosystem.

    JavaStreaming Parsers
    Ver en GitHub↗24,357
  • colinhacks/zodAvatar de colinhacks

    colinhacks/zod

    43,036Ver en 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

    Zod is a schema declaration and validation library that excels at ensuring data integrity and type safety, serving as a core tool for structured data validation even though it focuses on TypeScript rather than cross-language binary serialization.

    TypeScriptData Schema DefinitionsData Validation LibrariesData Validation Schemas
    Ver en GitHub↗43,036
  • toml-lang/tomlAvatar de toml-lang

    toml-lang/toml

    20,525Ver en GitHub↗

    TOML is a configuration file format designed for human readability and unambiguous mapping to hash tables. It serves as a standardized language for structured data, enabling consistent parsing and data exchange across diverse programming environments. The format distinguishes itself through a strict type-system specification that ensures data is interpreted identically regardless of the implementation. It utilizes a line-oriented lexical structure that supports both hierarchical organization through bracketed sections and compact inline embedding for nested objects. This approach allows for t

    TOML is a standardized data serialization format that provides a human-readable structure and unambiguous mapping to hash tables, making it a foundational tool for data interchange across diverse programming environments.

    Application Configuration ManagementConfiguration FormatsData Serialization Formats
    Ver en GitHub↗20,525
  • msgpack/msgpack-cAvatar de msgpack

    msgpack/msgpack-c

    3,328Ver en GitHub↗

    MessagePack implementation for C and C++ / msgpack.orgC/C++

    This library provides a high-performance binary serialization format for C and C++ that is widely used for efficient data interchange between systems, though it lacks built-in schema validation.

    SerializationSerialization Libraries
    Ver en GitHub↗3,328
  • json-c/json-cAvatar de json-c

    json-c/json-c

    3,278Ver en GitHub↗

    https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/

    This library provides a C-based implementation for parsing and generating JSON, serving as a foundational tool for structured data interchange despite lacking built-in schema validation or multi-language support.

    CBuild SystemsJsonJSON
    Ver en GitHub↗3,278
  • yaml/libyamlAvatar de yaml

    yaml/libyaml

    1,134Ver en GitHub↗

    Canonical source repository for LibYAML

    LibYAML is a foundational C library for parsing and emitting YAML, providing the core performance-optimized serialization capability required for structured data interchange.

    CData Serialization
    Ver en GitHub↗1,134
  • cognitect/transit-formatAvatar de cognitect

    cognitect/transit-format

    1,918Ver en GitHub↗

    Transit is a language-agnostic data interchange format designed for serializing complex data structures between heterogeneous software systems. It provides a standardized protocol that preserves semantic type information during the exchange process, ensuring that data remains consistent when moved across different programming environments. The format distinguishes itself by supporting multiple transport layers, including JSON and MessagePack, while utilizing a caching stream mechanism to reduce payload size by replacing repetitive keys and symbols with short integer references. It features an

    Transit is a data interchange format designed for high-performance serialization between systems, providing a structured way to represent data that supports both human-readable and binary-like representations across multiple languages.

    ClojureAgnostic Data Interchange FormatsData Serialization FormatsCross-Language Serialization Frameworks
    Ver en GitHub↗1,918
  • edn-format/ednAvatar de edn-format

    edn-format/edn

    2,760Ver en GitHub↗

    Extensible Data Notation is a language-agnostic text format designed for the reliable exchange of structured data and immutable values across diverse programming environments and distributed systems. It provides a standardized way to organize information into hierarchies using collections such as maps, sets, and vectors, ensuring consistent data recognition through the use of symbolic identifiers and keywords. The format distinguishes itself through its support for extensible tagged elements, which allow developers to register custom handlers to interpret domain-specific data structures beyon

    EDN is a data format and specification designed for the representation of structured data, providing a human-readable alternative to formats like JSON that is widely supported across various programming languages.

    Data Serialization FormatsCollection Data StructuresCustom Data Types
    Ver en GitHub↗2,760
  • focus-creative-games/lubanAvatar de focus-creative-games

    focus-creative-games/luban

    4,458Ver en GitHub↗

    Luban is a game configuration toolchain designed to convert spreadsheet-based data into optimized binary formats and type-safe source code for multiple languages. It functions as a comprehensive suite for configuration validation, data serialization pipelines, and code generation to ensure data consistency across different platforms. The system features a multi-language code generator that produces strongly-typed data classes from schemas, eliminating the need for reflection. It includes a localization manager for exporting translated text and assets with locale-specific patching, and a seria

    Luban is a specialized toolchain for converting spreadsheet data into binary formats and type-safe code, providing robust schema validation and multi-language support for structured data interchange.

    C#Configuration ToolchainsSchema-Driven Code GeneratorsConfiguration Integrity Verification
    Ver en GitHub↗4,458
  • toon-format/toonAvatar de toon-format

    toon-format/toon

    24,642Ver en GitHub↗

    Toon is a data serialization library and toolkit designed to convert complex objects into compact, human-readable formats optimized for large language models. By focusing on token efficiency, the library minimizes the context window footprint of structured data through techniques like key folding and tabular layout optimization. It provides a streaming-capable processor that handles the encoding and decoding of hierarchical data while maintaining structural integrity. The project distinguishes itself through its path-aware transformation pipeline and configurable serialization logic, which al

    Toon is a specialized serialization library that handles the transformation and parsing of structured data, specifically optimized for LLM context windows while supporting schema validation and streaming.

    TypeScriptSerialization LibrariesData SerializationData Serialization Formats
    Ver en GitHub↗24,642
Compara los 10 mejores de un vistazo
RepositorioEstrellasLenguajeLicenciaÚltimo push
google/protobuf71.4KC++NOASSERTION26 jun 2026
capnproto/capnproto13.1KC++NOASSERTION22 jun 2026
fasterxml/jackson9.7K——16 jun 2026
golang/protobuf10.1KGoBSD-3-Clause5 ago 2024
rkyv/rkyv4.3KRustMIT15 jun 2026
apache/fory4.2KJavaapache-2.021 feb 2026
protobufjs/protobuf.js10.6KJavaScriptNOASSERTION23 jun 2026
neuecc/messagepack-csharp6.7KC#NOASSERTION9 jun 2026
alipay/fury4.4KJavaApache-2.017 jun 2026
burntsushi/toml4.9KGomit13 ene 2026

Related searches

  • un middleware para gestionar la negociación de contenido HTTP
  • formato de serialización binaria para datos estructurados
  • Data migration tools
  • un framework de serialización para estructuras de datos en Rust
  • un formato columnar compartido en memoria
  • Data schema definition
  • Terminal output formatter
  • JSON parser library