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
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dropbox/json11

Open-source alternatives to Json11

30 open-source projects similar to dropbox/json11, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Json11 alternative.

  • akheron/janssonAvatar de akheron

    akheron/jansson

    3,341Ver en GitHub↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    Ver en GitHub↗3,341
  • gaudecker/qt-jsonAvatar de gaudecker

    gaudecker/qt-json

    331Ver en GitHub↗

    A simple class for parsing JSON data into a QVariant hierarchy and vice versa.

    C++
    Ver en GitHub↗331
  • jeaye/jeayesonAvatar de jeaye

    jeaye/jeayeson

    135Ver en GitHub↗

    A very sane (header only) C++14 JSON library

    C++c-plus-plusjsonmodern-cpp
    Ver en GitHub↗135
  • chrismanning/jbsonAvatar de chrismanning

    chrismanning/jbson

    38Ver en GitHub↗

    JSON & BSON parser/writer

    C++
    Ver en GitHub↗38
  • hjiang/jsonxxAvatar de hjiang

    hjiang/jsonxx

    546Ver en GitHub↗

    A JSON parser in C++

    C++
    Ver en GitHub↗546
  • flavio/qjsonAvatar de flavio

    flavio/qjson

    293Ver en GitHub↗

    QJson is a qt-based library that maps JSON data to QVariant objects.

    C++
    Ver en GitHub↗293

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
miloyip/rapidjsonAvatar de miloyip

miloyip/rapidjson

15,095Ver en GitHub↗

RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s

C++
Ver en GitHub↗15,095
  • udp/json-parserAvatar de udp

    udp/json-parser

    1,333Ver en GitHub↗

    Very low footprint DOM-style JSON parser written in portable ANSI C

    C
    Ver en GitHub↗1,333
  • lloyd/yajlAvatar de lloyd

    lloyd/yajl

    2,223Ver en GitHub↗

    A fast streaming JSON parsing library in C.

    C
    Ver en GitHub↗2,223
  • vincenthz/libjsonAvatar de vincenthz

    vincenthz/libjson

    295Ver en GitHub↗

    a JSON parser and printer library in C. easy to integrate with any model.

    C
    Ver en GitHub↗295
  • cesanta/frozenAvatar de cesanta

    cesanta/frozen

    769Ver en GitHub↗

    JSON parser and generator for C/C++ with scanf/printf like interface. Targeting embedded systems.

    C
    Ver en GitHub↗769
  • kazuho/picojsonAvatar de kazuho

    kazuho/picojson

    1,153Ver en GitHub↗

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

    C++
    Ver en GitHub↗1,153
  • amir-s/juteAvatar de amir-s

    amir-s/jute

    73Ver en GitHub↗

    Very simple C++ JSON Parser

    C++
    Ver en GitHub↗73
  • json-iterator/goAvatar de json-iterator

    json-iterator/go

    13,891Ver en GitHub↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    Godeserializationgogolang
    Ver en GitHub↗13,891
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Ver en GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Javabig-datacachingdata-in-motion
    Ver en GitHub↗6,570
  • open-source-parsers/jsoncppAvatar de open-source-parsers

    open-source-parsers/jsoncpp

    8,850Ver en GitHub↗

    JsonCpp is a C++ library for parsing, manipulating, and generating JSON data. It functions as a data interchange tool that provides a JSON parser to convert formatted text into structured data and a JSON serializer to transform internal data structures back into valid JSON strings. The library features the ability to preserve non-standard JSON comments during the deserialization and serialization process, which supports the management of human-readable configuration files. The project implements a tree-based internal representation for programmatic data access and uses a builder-based config

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

    C
    Ver en GitHub↗12,466
  • 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

    C++
    Ver en GitHub↗844
  • lemire/simdjsonAvatar de lemire

    lemire/simdjson

    23,860Ver en GitHub↗

    simdjson is a high-performance JSON parser that utilizes SIMD instructions to process gigabytes of data per second. It functions as a SIMD JSON parser, a multithreaded NDJSON processing library, a UTF-8 validation engine, and a tool for JSON minification and string building. The project focuses on high-throughput data processing, enabling the ingestion of massive JSON volumes and the verification of UTF-8 encoding standards. It includes dedicated capabilities for constructing JSON strings with optimized memory usage and removing unnecessary whitespace from documents to reduce file size. The

    C++
    Ver en GitHub↗23,860
  • sheredom/json.hAvatar de sheredom

    sheredom/json.h

    826Ver en GitHub↗

    🗄️ single header json parser for C and C++

    C
    Ver en GitHub↗826
  • tgockel/json-voorheesAvatar de tgockel

    tgockel/json-voorhees

    128Ver en GitHub↗

    A killer modern C++ library for interacting with JSON.

    C++
    Ver en GitHub↗128
  • chadaustin/sajsonAvatar de chadaustin

    chadaustin/sajson

    572Ver en GitHub↗

    Lightweight, extremely high-performance JSON parser for C++11

    C++
    Ver en GitHub↗572
  • vstakhov/libuclAvatar de vstakhov

    vstakhov/libucl

    1,734Ver en GitHub↗

    Universal configuration library parser

    C
    Ver en GitHub↗1,734
  • 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/

    C
    Ver en GitHub↗3,278
  • zserge/jsmnAvatar de zserge

    zserge/jsmn

    4,065Ver en GitHub↗

    jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing designed for use in embedded systems and memory-constrained environments. The library identifies structural JSON elements by providing offsets into the original string rather than allocating new memory for data. It uses a single-pass scanning method and requires static-buffer allocation, meaning the caller provides the memory for tokens to avoid dynamic allocation during the parsing process. The parser supports incremental streaming, allowing it to process JSON data in chunks fr

    Cjson-datajson-stringparsing
    Ver en GitHub↗4,065
  • kgabis/parsonAvatar de kgabis

    kgabis/parson

    1,459Ver en GitHub↗

    Lightweight JSON library written in C.

    C
    Ver en GitHub↗1,459
  • taocpp/jsonAvatar de taocpp

    taocpp/json

    673Ver en GitHub↗

    C++ header-only JSON library

    C++
    Ver en GitHub↗673
  • 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

    C++bsoncborheader-only
    Ver en GitHub↗49,944
  • java-json-tools/json-schema-validatorAvatar de java-json-tools

    java-json-tools/json-schema-validator

    1,642Ver en GitHub↗

    This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against defined schema specifications. It functions as a processing utility that parses complex data structures while managing external schema references and circular dependencies. The engine distinguishes itself through an immutable processor design that enables thread-safe, concurrent validation without requiring external synchronization. It employs arbitrary-precision arithmetic to evaluate numeric constraints, preventing common floating-point rounding errors, and utilizes character-l

    Java
    Ver en GitHub↗1,642
  • simd-lite/simd-jsonAvatar de simd-lite

    simd-lite/simd-json

    1,402Ver en GitHub↗

    This project is a high-performance JSON parsing library for Rust that utilizes hardware-accelerated instructions to process complex data structures. It functions as a type-safe serialization tool, mapping raw JSON strings into native language objects while providing the flexibility to handle dynamic document structures when schemas are unknown or frequently changing. The library distinguishes itself through its use of SIMD-accelerated parsing and bitmask-based structural identification, which allow it to scan and tokenize documents by processing multiple bytes simultaneously. It employs runti

    Rusthacktoberfestjsonrust
    Ver en GitHub↗1,402