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

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

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

skystrife/cpptoml

0
View on GitHub↗
605 स्टार्स·139 फोर्क्स·C++·MIT·2 व्यूज़

Cpptoml

cpptoml is a header-only library for parsing TOML

Features

  • Data Formats - TOML parsing library.
  • Serialization and Parsing - Header-only library for TOML configuration files.

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

skystrife/cpptoml के लिए स्टार हिस्ट्री चार्टskystrife/cpptoml के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

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

    marzer/tomlplusplus

    2,077GitHub पर देखें↗

    Header-only TOML config file parser and serializer for C++17.

    C++
    GitHub पर देखें↗2,077
  • 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
  • cppalliance/jsonCPPAlliance का अवतार

    CPPAlliance/json

    479GitHub पर देखें↗

    A C++11 library for parsing and serializing JSON to and from a DOM container in memory.

    C++
    GitHub पर देखें↗479
  • atlas-engineer/njsonatlas-engineer का अवतार

    atlas-engineer/njson

    24GitHub पर देखें↗

    Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.

    Common Lisp
    GitHub पर देखें↗24
Cpptoml के सभी 30 विकल्प देखें→

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

skystrife/cpptoml क्या करता है?

cpptoml is a header-only library for parsing TOML

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

skystrife/cpptoml की मुख्य विशेषताएं हैं: Data Formats, Serialization and Parsing।

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

skystrife/cpptoml के ओपन-सोर्स विकल्पों में शामिल हैं: nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. cppalliance/json — A C++11 library for parsing and serializing JSON to and from a DOM container in memory. atlas-engineer/njson — Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity. brofield/simpleini — Cross-platform C++ library providing a simple API to read and write INI-style configuration files. bohonghuang/yamson — Fast YAML and JSON parsers for Common Lisp.