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

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

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

taocpp/json

0
View on GitHub↗

Json

C++ header-only JSON library

Features

  • Data Formats - Header-only JSON library.

AI सर्च

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

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

Start searching with AI
  • JSON प्रोसेसिंग - Zero-dependency header-only JSON library.
  • Json - Listed in the “Json” section of the Awesome Cpp Cn awesome list.
  • 673 स्टार्स·86 फोर्क्स·C++·MIT·6 व्यूज़

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

    taocpp/json के लिए स्टार हिस्ट्री चार्टtaocpp/json के लिए स्टार हिस्ट्री चार्ट

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

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

      kazuho/picojson

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

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

      C++
      GitHub पर देखें↗1,153
    • danielaparker/jsonconsdanielaparker का अवतार

      danielaparker/jsoncons

      844GitHub पर देखें↗

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

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

    taocpp/json क्या करता है?

    C++ header-only JSON library

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

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

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

    taocpp/json के ओपन-सोर्स विकल्पों में शामिल हैं: kazuho/picojson — a header-file-only, JSON parser serializer in C++. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… danielaparker/jsoncons — A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… chadaustin/sajson — Lightweight, extremely high-performance JSON parser for C++11. chrismanning/jbson — JSON & BSON parser/writer.