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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

Json.h के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Json.h के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • kgabis/parsonkgabis का अवतार

    kgabis/parson

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

    Lightweight JSON library written in C.

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

    kazuho/picojson

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

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

    C++
    GitHub पर देखें↗1,153
  • 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
  • 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
Json.h के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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.