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

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

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

Open-source alternatives to Jsonxx

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

  • akheron/janssonالصورة الرمزية لـ akheron

    akheron/jansson

    3,341عرض على GitHub↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    عرض على GitHub↗3,341
  • flavio/qjsonالصورة الرمزية لـ flavio

    flavio/qjson

    293عرض على GitHub↗

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

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

    jeaye/jeayeson

    135عرض على GitHub↗

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

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

    chrismanning/jbson

    38عرض على GitHub↗

    JSON & BSON parser/writer

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

    dropbox/json11

    2,589عرض على GitHub↗

    A tiny JSON library for C++11.

    C++
    عرض على GitHub↗2,589
  • 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

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

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

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

Find more with AI search
udp/json-parserالصورة الرمزية لـ udp

udp/json-parser

1,333عرض على GitHub↗

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

C
عرض على GitHub↗1,333
  • 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
  • lloyd/yajlالصورة الرمزية لـ lloyd

    lloyd/yajl

    2,223عرض على GitHub↗

    A fast streaming JSON parsing library in C.

    C
    عرض على GitHub↗2,223
  • vincenthz/libjsonالصورة الرمزية لـ vincenthz

    vincenthz/libjson

    295عرض على GitHub↗

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

    C
    عرض على GitHub↗295
  • 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
  • kazuho/picojsonالصورة الرمزية لـ kazuho

    kazuho/picojson

    1,153عرض على GitHub↗

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

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

    amir-s/jute

    73عرض على GitHub↗

    Very simple C++ JSON Parser

    C++
    عرض على GitHub↗73
  • json-iterator/goالصورة الرمزية لـ json-iterator

    json-iterator/go

    13,891عرض على 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
    عرض على GitHub↗13,891
  • hazelcast/hazelcastالصورة الرمزية لـ hazelcast

    hazelcast/hazelcast

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

    sheredom/json.h

    826عرض على GitHub↗

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

    C
    عرض على GitHub↗826
  • tgockel/json-voorheesالصورة الرمزية لـ tgockel

    tgockel/json-voorhees

    128عرض على GitHub↗

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

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

    chadaustin/sajson

    572عرض على GitHub↗

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

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

    vstakhov/libucl

    1,734عرض على GitHub↗

    Universal configuration library parser

    C
    عرض على GitHub↗1,734
  • 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
  • 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
  • kgabis/parsonالصورة الرمزية لـ kgabis

    kgabis/parson

    1,459عرض على GitHub↗

    Lightweight JSON library written in C.

    C
    عرض على GitHub↗1,459
  • taocpp/jsonالصورة الرمزية لـ taocpp

    taocpp/json

    673عرض على GitHub↗

    C++ header-only JSON library

    C++
    عرض على GitHub↗673
  • 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
  • java-json-tools/json-schema-validatorالصورة الرمزية لـ java-json-tools

    java-json-tools/json-schema-validator

    1,642عرض على 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
    عرض على GitHub↗1,642
  • simd-lite/simd-jsonالصورة الرمزية لـ simd-lite

    simd-lite/simd-json

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