ArduinoJson icon indicating copy to clipboard operation
ArduinoJson copied to clipboard

📟 JSON library for Arduino and embedded C++. Simple and efficient.

Results 38 ArduinoJson issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Compilation fail : Arduino IDE / JsonParserExample.ino / Wemos ESP8266 **Troubleshooter report** Here is the report generated by the [ArduinoJson Troubleshooter](https://arduinojson.org/v7/troubleshooter/): [Paste the report here] **Environment** Here...

bug

**Description** 1. The program uses ArduinoJson 6 2. The issue happens at compile time 3. The error is not in the list See reproduction code below. Using a custom defined...

enhancement

The switch to a dynamically allocated buffer bothers us because we have pretty big use case (streaming) where functions are populating a json document to be sent to Web Socket....

enhancement

**Describe the issue** Hi all, First of all thanks for this lib. This is an awesome job and saved me to integrate an esp8266 with a JS stack! I am...

question

Adding a `_json` [user defined string-literal suffix](https://en.cppreference.com/w/cpp/language/user_literal) to ArduinoJson would provide a cleaner and more declarative source code at virtually no cost, and allow a `JsonDocument` to be created from...

enhancement

Hey, thank you for your great work! It would be a lot easier (and cleaner) if this functionality would be implemented 🙂 Currently, only the `.value()` has it as it...

enhancement

ArduinoJson provides the filter feature to limit extracted data while parsing. This is a nice feature to control the parsing behavior and the required memory. However, it lacks the ability...

enhancement

I just learned from https://github.com/nlohmann/json that they have an excellent macro for struct serialization. If possible, I would love to see something like that in ArduinoJson to ease working with...

enhancement

**Describe the issue** A clear and concise description of what you're trying to do. You don't need to explain every aspect of your project: focus on the problem you're having....

enhancement

Hi for example i want send jpeg image from ESP32 camera (through for example MQTT) using Json, so i must encode jpeg data as base64. And its vaste of memory...

enhancement