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

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

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

1 مستودع

Awesome GitHub RepositoriesC-Array Synchronization

Bidirectional transfer of data between native C arrays and JSON arrays.

Distinct from Array Manipulations: Distinct from Array Manipulations: focuses on the synchronization between different data representations (C array vs JSON array).

Explore 1 awesome GitHub repository matching scientific & mathematical computing · C-Array Synchronization. Refine with filters or upvote what's useful.

Awesome C-Array Synchronization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • bblanchon/arduinojsonالصورة الرمزية لـ bblanchon

    bblanchon/ArduinoJson

    7,176عرض على GitHub↗

    ArduinoJson is a C++ library for parsing and manipulating JSON data and MessagePack binary streams on microcontrollers with limited memory and processing power. It provides the core primitives necessary for embedded data serialization and parsing, enabling devices to exchange structured data over serial or network interfaces. The library is distinguished by its focus on microcontroller memory management, employing strategies such as pool-based allocation, string deduplication, and non-owning string views to minimize RAM usage. It further optimizes for constrained environments by allowing cons

    Transfers values between C arrays and JSON arrays in either direction.

    C++arduinoarduino-libraryc-plus-plus
    عرض على GitHub↗7,176
  1. Home
  2. Scientific & Mathematical Computing
  3. Array Manipulations
  4. C-Array Synchronization