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

(It's not obvious where the website docs live in github, or i'd just submit a pull request) The troubleshooter for the std::min vs arduino min macro (https://arduinojson.org/v6/troubleshooter/?utm_source=github&utm_medium=readme#compiletime/macro-min/success) says to disable...

enhancement

**Describe the issue** Hi, short & concise question: I have a function that scans for networks and writes them to a JSON document. Theoretically there could be a billion networks...

question

**Description** Deserializing a non json string sometimes does not return a non zero error code. **Troubleshooter's report** 1. The issue happens at run time 2. The issue concerns deserialization 3....

bug

**Is your feature request related to a problem? Please describe.** Hi, the only way to test if a object is actually empty is to use the `size()` method, which is...

enhancement

Use case: To debug a large binary communication buffer I would like to send it as a hex encoded json string without needing to create a encoded copy first, which...

enhancement

Hi Benoit, I noticed that ArduinoJson needs a pretty sizeable amount of memory for each object (16 bytes on ESP32); even by using zero-copy I find that I can need...

enhancement

Hello again! The filtering feature is incredibly useful, although at the moment it's currently limited to including / excluding keys. Would it be possible to extend the filtering feature to...

enhancement

Hello! Thanks for the great library! I suggest adding ability to get the path of JsonVariant in a document, or at least to check that two JsonVariant point to the...

enhancement

I'm using VS2019 with vMicro installed to compile code for an MH-ET Live ESP32 MiniKit. I'm seeing an issue that was mentioned on a closed issue before. As soon as...

bug

Firstly, many congratulation on, and thanks for, your fantastic project! It's been a great help to me and I much enjoyed the book which has improved invaluable alongside. I would...

enhancement