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

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

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

skystrife/cpptoml

0
View on GitHub↗
605 نجوم·139 تفرعات·C++·MIT·10 مشاهدات

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

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cpptoml.
  • marzer/tomlplusplusالصورة الرمزية لـ marzer

    marzer/tomlplusplus

    2,077عرض على GitHub↗

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

    C++
    عرض على GitHub↗2,077
  • nlohmann/jsonالصورة الرمزية لـ nlohmann

    nlohmann/json

    49,944عرض على GitHub↗

    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/jsonالصورة الرمزية لـ CPPAlliance

    CPPAlliance/json

    479عرض على GitHub↗

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

    C++
    عرض على GitHub↗479
  • atlas-engineer/njsonالصورة الرمزية لـ atlas-engineer

    atlas-engineer/njson

    24عرض على GitHub↗

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

    Common Lisp
    عرض على GitHub↗24
عرض جميع البدائل الـ 30 لـ Cpptoml→

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

ما هي وظيفة 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.