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

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

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

sheredom/json.h

0
View on GitHub↗
826 نجوم·92 تفرعات·C·Unlicense·5 مشاهدات

Json.h

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

Features

  • Data Formats and Parsing - JSON parser.
  • معالجة JSON - Simple single-header JSON solution.
  • Json - Listed in the “Json” section of the Awesome Cpp Cn awesome list.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ sheredom/json.hمخطط تاريخ النجوم لـ sheredom/json.h

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Json.h

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Json.h.
  • kgabis/parsonالصورة الرمزية لـ kgabis

    kgabis/parson

    1,459عرض على GitHub↗

    Lightweight JSON library written in C.

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

    kazuho/picojson

    1,153عرض على GitHub↗

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

    C++
    عرض على GitHub↗1,153
  • 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
  • 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
عرض جميع البدائل الـ 30 لـ Json.h→

الأسئلة الشائعة

ما هي وظيفة sheredom/json.h؟

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

ما هي الميزات الرئيسية لـ sheredom/json.h؟

الميزات الرئيسية لـ sheredom/json.h هي: Data Formats and Parsing, معالجة JSON, Json, Windows Environments.

ما هي البدائل مفتوحة المصدر لـ sheredom/json.h؟

تشمل البدائل مفتوحة المصدر لـ sheredom/json.h: kgabis/parson — Lightweight JSON library written in C. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… json-c/json-c — https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for… kazuho/picojson — a header-file-only, JSON parser serializer in C++. vstakhov/libucl — Universal configuration library parser.