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

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

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

81 repositorios

Awesome GitHub RepositoriesData Formats

Standards and common pitfalls when handling structured data.

Explore 81 awesome GitHub repositories matching part of an awesome list · Data Formats. Refine with filters or upvote what's useful.

Awesome Data Formats GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • 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

    Modern C++ JSON library.

    C++bsoncborheader-only
    Ver en GitHub↗49,944
  • kdeldycke/awesome-falsehoodAvatar de kdeldycke

    kdeldycke/awesome-falsehood

    27,469Ver en GitHub↗

    This project is a curated knowledge repository that catalogs common misconceptions and technical edge cases encountered across software development. It serves as a collaborative reference archive, aggregating insights from a global network of developers to help engineers identify and address logical fallacies in their systems. The repository distinguishes itself through a hierarchical taxonomy that organizes complex technical pitfalls into categorized schemas. By documenting these real-world complexities, it assists developers in refining data validation strategies and designing more resilien

    A collection of common misconceptions programmers have about data.

    awesomeawesome-listdate
    Ver en GitHub↗27,469
  • simdjson/simdjsonAvatar de simdjson

    simdjson/simdjson

    23,260Ver en GitHub↗

    simdjson is a high-performance, header-only C++ library designed for parsing, querying, and serializing JSON data with minimal memory overhead. It functions as a hardware-aware data processing engine that leverages vector instructions to achieve gigabyte-per-second parsing speeds. By detecting host processor capabilities at runtime, the library automatically selects the most efficient instruction sets to accelerate structural analysis and validation. The library distinguishes itself through a focus on extreme efficiency and resource management. It utilizes memory mapping and padded buffer ali

    High-speed JSON parsing using SIMD instructions.

    C++aarch64arm64avx2
    Ver en GitHub↗23,260
  • googlei18n/libphonenumberAvatar de googlei18n

    googlei18n/libphonenumber

    18,081Ver en GitHub↗

    This project is an international phone number library providing tools for parsing, formatting, and validating phone numbers across multiple programming languages. It functions as a parsing utility, a formatting engine, and a validation tool to ensure phone number strings are transformed into structured objects and standardized display formats. The library includes a telecom metadata resolver to retrieve geographical, carrier, and timezone information associated with specific number ranges. It differentiates itself by identifying phone number types, such as mobile, fixed-line, or VoIP, and cal

    Library for parsing and formatting international phone numbers.

    C++
    Ver en GitHub↗18,081
  • 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

    Fast JSON parser and generator.

    C++
    Ver en GitHub↗15,000
  • davegamble/cjsonAvatar de DaveGamble

    DaveGamble/cJSON

    12,466Ver en GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    Ultra-lightweight JSON parser for C.

    C
    Ver en GitHub↗12,466
  • zeux/pugixmlAvatar de zeux

    zeux/pugixml

    4,590Ver en GitHub↗

    pugixml es un analizador XML de C++ ligero y una biblioteca basada en DOM utilizada para analizar, manipular y guardar documentos XML. Proporciona un conjunto de herramientas portátil para leer datos XML de archivos, cadenas o búferes de memoria y convertirlos en un modelo de objetos de documento en memoria. La biblioteca incluye un motor XPath 1.0 dedicado para extraer nodos y datos específicos a través de expresiones de ruta. Se distingue por su gestión de memoria personalizable, permitiendo que las operaciones de heap se redirijan a funciones de asignación definidas por el usuario, y la capacidad de realizar análisis de búfer in-place para reducir las asignaciones de memoria. Su superficie de capacidades cubre la manipulación de datos XML, como insertar o eliminar nodos y atributos, y la serialización de documentos para exportar datos estructurados a flujos o archivos. El proyecto también proporciona mecanismos para el recorrido del árbol a través de iteradores y objetos walker, así como una interfaz de escritura para redirigir destinos de salida.

    XML processing library with DOM-like interface.

    C++
    Ver en GitHub↗4,590
  • medialab/xanAvatar de medialab

    medialab/xan

    3,752Ver en GitHub↗

    Xan is a command-line tool and data transformation engine for processing CSV, TSV, and JSONL datasets. It functions as a processor for compressed files, enabling random access and seeking within gzipped and Zstd files, and serves as a converter for specialized bioinformatics data formats. The tool handles large datasets without requiring full memory loads by utilizing stream-based processing. It provides capabilities for merging, sorting, and deduplicating massive files, as well as converting data between various tabular formats. The project covers a broad range of data wrangling and analysi

    Tools for working with tabular data and CSV files.

    Rustclicsvrust
    Ver en GitHub↗3,752
  • wesm/featherAvatar de wesm

    wesm/feather

    2,757Ver en GitHub↗

    Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow

    Fast binary storage for data frames.

    JavaScript
    Ver en GitHub↗2,757
  • ben-strasser/fast-cpp-csv-parserAvatar de ben-strasser

    ben-strasser/fast-cpp-csv-parser

    2,358Ver en GitHub↗

    fast-cpp-csv-parser

    Fast CSV file reader.

    C++
    Ver en GitHub↗2,358
  • stephenberry/glazeAvatar de stephenberry

    stephenberry/glaze

    2,392Ver en GitHub↗

    High-performance JSON and interface library.

    C++apibevebinary
    Ver en GitHub↗2,392
  • marzer/tomlplusplusAvatar de marzer

    marzer/tomlplusplus

    2,077Ver en GitHub↗

    Header-only TOML config file parser and serializer for C++17.

    TOML parser and serializer for C++17.

    C++
    Ver en GitHub↗2,077
  • brofield/simpleiniAvatar de brofield

    brofield/simpleini

    1,306Ver en GitHub↗

    Cross-platform C++ library providing a simple API to read and write INI-style configuration files

    INI-style configuration file reader and writer.

    C++
    Ver en GitHub↗1,306
  • toruniina/toml11Avatar de ToruNiina

    ToruNiina/toml11

    1,276Ver en GitHub↗

    TOML for Modern C++

    TOML library for modern C++.

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    Ver en GitHub↗1,276
  • kazuho/picojsonAvatar de kazuho

    kazuho/picojson

    1,153Ver en GitHub↗

    a header-file-only, JSON parser serializer in C++

    Header-only JSON parser and serializer.

    C++
    Ver en GitHub↗1,153
  • vincentlaucsb/csv-parserAvatar de vincentlaucsb

    vincentlaucsb/csv-parser

    1,104Ver en GitHub↗

    A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.

    CSV file reading, writing, and analysis.

    C++
    Ver en GitHub↗1,104
  • d99kris/rapidcsvAvatar de d99kris

    d99kris/rapidcsv

    1,063Ver en GitHub↗

    C++ CSV parser library

    CSV parsing library.

    C++c-plus-plusc-plus-plus-11csv-parser
    Ver en GitHub↗1,063
  • hadley/readrAvatar de hadley

    hadley/readr

    1,034Ver en GitHub↗

    Read flat files (csv, tsv, fwf) into R

    Fast tabular data reading.

    R
    Ver en GitHub↗1,034
  • danielaparker/jsonconsAvatar de danielaparker

    danielaparker/jsoncons

    844Ver en GitHub↗

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON, toon-format

    JSON and JSON-like data format construction.

    C++
    Ver en GitHub↗844
  • taocpp/jsonAvatar de taocpp

    taocpp/json

    673Ver en GitHub↗

    C++ header-only JSON library

    Header-only JSON library.

    C++
    Ver en GitHub↗673
Ant.1234…5Siguiente
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Formats