awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to kgabis/parson

Open-source alternatives to Parson

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

  • json-c/json-cالصورة الرمزية لـ json-c

    json-c/json-c

    3,278عرض على 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
    عرض على GitHub↗3,278
  • sheredom/json.hالصورة الرمزية لـ sheredom

    sheredom/json.h

    826عرض على GitHub↗

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

    C
    عرض على GitHub↗826
  • miloyip/rapidjsonالصورة الرمزية لـ miloyip

    miloyip/rapidjson

    15,095عرض على 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++
    عرض على GitHub↗15,095
  • zserge/jsmnالصورة الرمزية لـ zserge

    zserge/jsmn

    4,065عرض على 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
    عرض على GitHub↗4,065

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • netmail-open/wjelementالصورة الرمزية لـ netmail-open

    netmail-open/wjelement

    110عرض على GitHub↗

    advanced, flexible JSON manipulation in C

    C
    عرض على GitHub↗110
  • davegamble/cjsonالصورة الرمزية لـ DaveGamble

    DaveGamble/cJSON

    12,466عرض على 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
    عرض على GitHub↗12,466
  • nlohmann/jsonالصورة الرمزية لـ nlohmann

    nlohmann/json

    49,944عرض على 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
    عرض على GitHub↗49,944
  • vstakhov/libuclالصورة الرمزية لـ vstakhov

    vstakhov/libucl

    1,734عرض على GitHub↗

    Universal configuration library parser

    C
    عرض على GitHub↗1,734
  • kazuho/picojsonالصورة الرمزية لـ kazuho

    kazuho/picojson

    1,153عرض على GitHub↗

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

    C++
    عرض على GitHub↗1,153
  • jprichardson/node-fs-extraالصورة الرمزية لـ jprichardson

    jprichardson/node-fs-extra

    9,610عرض على GitHub↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    JavaScriptcopydeletefilesystem
    عرض على GitHub↗9,610
  • lemire/simdjsonالصورة الرمزية لـ lemire

    lemire/simdjson

    23,860عرض على 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++
    عرض على GitHub↗23,860
  • akheron/janssonالصورة الرمزية لـ akheron

    akheron/jansson

    3,341عرض على GitHub↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    عرض على GitHub↗3,341
  • lcsmuller/json-buildالصورة الرمزية لـ lcsmuller

    lcsmuller/json-build

    50عرض على GitHub↗

    Tiny, zero-allocation JSON serializer written in ANSI C

    C
    عرض على GitHub↗50
  • hjiang/jsonxxالصورة الرمزية لـ hjiang

    hjiang/jsonxx

    546عرض على GitHub↗

    A JSON parser in C++

    C++
    عرض على GitHub↗546
  • amir-s/juteالصورة الرمزية لـ amir-s

    amir-s/jute

    73عرض على GitHub↗

    Very simple C++ JSON Parser

    C++
    عرض على GitHub↗73
  • open-source-parsers/jsoncppالصورة الرمزية لـ open-source-parsers

    open-source-parsers/jsoncpp

    8,850عرض على 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++
    عرض على GitHub↗8,850
  • gaudecker/qt-jsonالصورة الرمزية لـ gaudecker

    gaudecker/qt-json

    331عرض على GitHub↗

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

    C++
    عرض على GitHub↗331
  • danielaparker/jsonconsالصورة الرمزية لـ danielaparker

    danielaparker/jsoncons

    844عرض على 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++
    عرض على GitHub↗844
  • alibaba/fastjsonالصورة الرمزية لـ alibaba

    alibaba/fastjson

    25,625عرض على GitHub↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    Java
    عرض على GitHub↗25,625
  • google/gsonالصورة الرمزية لـ google

    google/gson

    24,357عرض على 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

    Java
    عرض على GitHub↗24,357
  • dropbox/json11الصورة الرمزية لـ dropbox

    dropbox/json11

    2,589عرض على GitHub↗

    A tiny JSON library for C++11.

    C++
    عرض على GitHub↗2,589
  • flavio/qjsonالصورة الرمزية لـ flavio

    flavio/qjson

    293عرض على GitHub↗

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

    C++
    عرض على GitHub↗293
  • chadaustin/sajsonالصورة الرمزية لـ chadaustin

    chadaustin/sajson

    572عرض على GitHub↗

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

    C++
    عرض على GitHub↗572
  • cesanta/frozenالصورة الرمزية لـ cesanta

    cesanta/frozen

    769عرض على GitHub↗

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

    C
    عرض على GitHub↗769
  • chrismanning/jbsonالصورة الرمزية لـ chrismanning

    chrismanning/jbson

    38عرض على GitHub↗

    JSON & BSON parser/writer

    C++
    عرض على GitHub↗38
  • jeaye/jeayesonالصورة الرمزية لـ jeaye

    jeaye/jeayeson

    135عرض على GitHub↗

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

    C++c-plus-plusjsonmodern-cpp
    عرض على GitHub↗135
  • bluelinelabs/logansquareالصورة الرمزية لـ bluelinelabs

    bluelinelabs/LoganSquare

    3,179عرض على GitHub↗

    Screaming fast JSON parsing and serialization library for Android.

    Java
    عرض على GitHub↗3,179
  • benhoyt/inihالصورة الرمزية لـ benhoyt

    benhoyt/inih

    3,007عرض على GitHub↗

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

    C++cconfigparserembedded-systems
    عرض على GitHub↗3,007
  • camgunz/cmpالصورة الرمزية لـ camgunz

    camgunz/cmp

    367عرض على GitHub↗

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

    C
    عرض على GitHub↗367
  • lloyd/yajlالصورة الرمزية لـ lloyd

    lloyd/yajl

    2,223عرض على GitHub↗

    A fast streaming JSON parsing library in C.

    C
    عرض على GitHub↗2,223