awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to sheredom/json.h

Open-source alternatives to Json.h

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

  • kgabis/parsonkgabis का अवतार

    kgabis/parson

    1,459GitHub पर देखें↗

    Lightweight JSON library written in C.

    C
    GitHub पर देखें↗1,459
  • nlohmann/jsonnlohmann का अवतार

    nlohmann/json

    49,944GitHub पर देखें↗

    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
    GitHub पर देखें↗49,944
  • vstakhov/libuclvstakhov का अवतार

    vstakhov/libucl

    1,734GitHub पर देखें↗

    Universal configuration library parser

    C
    GitHub पर देखें↗1,734
  • zserge/jsmnzserge का अवतार

    zserge/jsmn

    4,065GitHub पर देखें↗

    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
    GitHub पर देखें↗4,065

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • kazuho/picojsonkazuho का अवतार

    kazuho/picojson

    1,153GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗1,153
  • json-c/json-cjson-c का अवतार

    json-c/json-c

    3,278GitHub पर देखें↗

    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
    GitHub पर देखें↗3,278
  • davegamble/cjsonDaveGamble का अवतार

    DaveGamble/cJSON

    12,466GitHub पर देखें↗

    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
    GitHub पर देखें↗12,466
  • tgockel/json-voorheestgockel का अवतार

    tgockel/json-voorhees

    128GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗128
  • taocpp/jsontaocpp का अवतार

    taocpp/json

    673GitHub पर देखें↗

    C++ header-only JSON library

    C++
    GitHub पर देखें↗673
  • udp/json-parserudp का अवतार

    udp/json-parser

    1,333GitHub पर देखें↗

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

    C
    GitHub पर देखें↗1,333
  • netmail-open/wjelementnetmail-open का अवतार

    netmail-open/wjelement

    110GitHub पर देखें↗

    advanced, flexible JSON manipulation in C

    C
    GitHub पर देखें↗110
  • open-source-parsers/jsoncppopen-source-parsers का अवतार

    open-source-parsers/jsoncpp

    8,850GitHub पर देखें↗

    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++
    GitHub पर देखें↗8,850
  • miloyip/rapidjsonmiloyip का अवतार

    miloyip/rapidjson

    15,095GitHub पर देखें↗

    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++
    GitHub पर देखें↗15,095
  • lloyd/yajllloyd का अवतार

    lloyd/yajl

    2,223GitHub पर देखें↗

    A fast streaming JSON parsing library in C.

    C
    GitHub पर देखें↗2,223
  • hjiang/jsonxxhjiang का अवतार

    hjiang/jsonxx

    546GitHub पर देखें↗

    A JSON parser in C++

    C++
    GitHub पर देखें↗546
  • dropbox/json11dropbox का अवतार

    dropbox/json11

    2,589GitHub पर देखें↗

    A tiny JSON library for C++11.

    C++
    GitHub पर देखें↗2,589
  • flavio/qjsonflavio का अवतार

    flavio/qjson

    293GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗293
  • chrismanning/jbsonchrismanning का अवतार

    chrismanning/jbson

    38GitHub पर देखें↗

    JSON & BSON parser/writer

    C++
    GitHub पर देखें↗38
  • chadaustin/sajsonchadaustin का अवतार

    chadaustin/sajson

    572GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗572
  • danielaparker/jsonconsdanielaparker का अवतार

    danielaparker/jsoncons

    844GitHub पर देखें↗

    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++
    GitHub पर देखें↗844
  • amir-s/juteamir-s का अवतार

    amir-s/jute

    73GitHub पर देखें↗

    Very simple C++ JSON Parser

    C++
    GitHub पर देखें↗73
  • gaudecker/qt-jsongaudecker का अवतार

    gaudecker/qt-json

    331GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗331
  • akheron/janssonakheron का अवतार

    akheron/jansson

    3,341GitHub पर देखें↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    GitHub पर देखें↗3,341
  • jeaye/jeayesonjeaye का अवतार

    jeaye/jeayeson

    135GitHub पर देखें↗

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

    C++c-plus-plusjsonmodern-cpp
    GitHub पर देखें↗135
  • camgunz/cmpcamgunz का अवतार

    camgunz/cmp

    367GitHub पर देखें↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    GitHub पर देखें↗367
  • benhoyt/inihbenhoyt का अवतार

    benhoyt/inih

    3,007GitHub पर देखें↗

    Simple .INI file parser in C, good for embedded systems

    C++cconfigparserembedded-systems
    GitHub पर देखें↗3,007
  • lcsmuller/json-buildlcsmuller का अवतार

    lcsmuller/json-build

    50GitHub पर देखें↗

    Tiny, zero-allocation JSON serializer written in ANSI C

    C
    GitHub पर देखें↗50
  • cesanta/frozencesanta का अवतार

    cesanta/frozen

    769GitHub पर देखें↗

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

    C
    GitHub पर देखें↗769
  • lemire/simdjsonlemire का अवतार

    lemire/simdjson

    23,860GitHub पर देखें↗

    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++
    GitHub पर देखें↗23,860
  • vincenthz/libjsonvincenthz का अवतार

    vincenthz/libjson

    295GitHub पर देखें↗

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

    C
    GitHub पर देखें↗295