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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lcsmuller avatar

lcsmuller/json-build

0
View on GitHub↗

Json Build

Tiny, zero-allocation JSON serializer written in ANSI C

Features

  • Data Formats and Parsing - JSON serializer.

AI सर्च

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

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

Start searching with AI
  • JSON प्रोसेसिंग - Tiny zero-allocation JSON serializer.
  • 50 स्टार्स·7 फोर्क्स·C·MIT·6 व्यूज़

    स्टार हिस्ट्री

    lcsmuller/json-build के लिए स्टार हिस्ट्री चार्टlcsmuller/json-build के लिए स्टार हिस्ट्री चार्ट

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

    समान ओपन-सोर्स प्रोजेक्ट्स, जो Json Build के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
    • 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
    • nlohmann/jsonnlohmann का अवतार

      nlohmann/json

      49,944GitHub पर देखें↗

      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
    Json Build के सभी 30 विकल्प देखें→

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

    lcsmuller/json-build क्या करता है?

    Tiny, zero-allocation JSON serializer written in ANSI C

    lcsmuller/json-build की मुख्य विशेषताएं क्या हैं?

    lcsmuller/json-build की मुख्य विशेषताएं हैं: Data Formats and Parsing, JSON प्रोसेसिंग।

    lcsmuller/json-build के कुछ ओपन-सोर्स विकल्प क्या हैं?

    lcsmuller/json-build के ओपन-सोर्स विकल्पों में शामिल हैं: kgabis/parson — Lightweight JSON library written in C. sheredom/json.h — 🗄️ single header json parser for C and C++. 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… nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… zserge/jsmn — jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing…