ArduinoJson
JSON library
A lightweight C++ JSON library for embedded systems and IoT devices.
📟 JSON library for Arduino and embedded C++. Simple and efficient.
7k stars
198 watching
1k forks
Language: C++
last commit: 6 days ago
Linked from 1 awesome list
arduinoarduino-libraryc-plus-plusembeddedesp32esp8266iotjson
Related projects:
Repository | Description | Stars |
---|---|---|
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 566 |
squix78/json-streaming-parser | An Arduino library for parsing JSON streams on devices with limited memory | 207 |
nlohmann/json | A C++ library providing a simple and efficient way to work with JSON data in modern C++ applications. | 43,219 |
bytedance/sonic | A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. | 6,939 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,125 |
j-rios/arduino-esp32sshclient | An Arduino library providing an SSH client to connect and execute commands on a remote server. | 45 |
bolerio/mjson | A lightweight Java library for working with JSON data structures | 83 |
arakelian/java-jq | A lightweight Java wrapper around JQ and Oniguruma libraries for efficient JSON processing | 83 |
arduino-libraries/arduinoble | A library providing Bluetooth Low Energy connectivity on various Arduino boards | 314 |
jeppsson/arduino-communicator | An Android application that enables communication with Arduino boards using USB-to-serial converters. | 136 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,259 |
michel-kraemer/bson4jackson | Supports the use of BSON data format in JSON processing | 292 |
rsbohn/arduinoisp | Allows an Arduino to program AVR chips using the STK500v1 protocol. | 125 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,728 |
argonaut-io/argonaut | A library for parsing and manipulating JSON data in Scala. | 547 |