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

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

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

kgabis/parson

0
View on GitHub↗
1,459 نجوم·336 تفرعات·C·MIT·3 مشاهدات

Parson

Lightweight JSON library written in C.

Features

  • Data Formats and Parsing - JSON parser and serializer.
  • JSON - Lightweight library for JSON processing.
  • معالجة JSON - Lightweight and easy-to-use JSON library.
  • 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.

سجل النجوم

مخطط تاريخ النجوم لـ kgabis/parsonمخطط تاريخ النجوم لـ kgabis/parson

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Parson

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

    sheredom/json.h

    826عرض على GitHub↗

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

    C
    عرض على GitHub↗826
  • 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
  • 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
  • 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
عرض جميع البدائل الـ 30 لـ Parson→

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

ما هي وظيفة kgabis/parson؟

Lightweight JSON library written in C.

ما هي الميزات الرئيسية لـ kgabis/parson؟

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

ما هي البدائل مفتوحة المصدر لـ kgabis/parson؟

تشمل البدائل مفتوحة المصدر لـ kgabis/parson: sheredom/json.h — 🗄️ single header json parser for C and C++. 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… miloyip/rapidjson — RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document… kazuho/picojson — a header-file-only, JSON parser serializer in C++. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… netmail-open/wjelement — advanced, flexible JSON manipulation in C.