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

hello, actually I have string data like [{"time":1712751959000,"part_no":"Pno-1234","mc_status":2,"Alarm_1":0,"A1":0,"A2":0,"A3":0,"A4":0},{"dvc_id":"c4dee2e95a70","typ":"data"}] & I want to attach all this string data into a element of array. also i am getting this data continuously from...

question
v6

**Describe the bug** In v7 JsonVariant tests false for both a value that doesn't exist and for a value that is zero, yet the documentation recommends that operator[] be used...

question
v7

See https://github.com/bblanchon/ArduinoJson/issues/2079#issuecomment-2063224811

bug

**Describe the bug** Not sure if a bug or a design choice. But this is the workflow to reproduce this issue: * Use ArduinoJSON V6 * Create a JsonDocument with...

bug
v6

I would have thought this be a popular ask, but I didnt seem to find any discussion/solution I am trying to absolutely minimize memory usage because the document has a...

enhancement

**Describe the issue** I'm trying to read some texts out of my JSON file but when strings become longer than 13 characters I just get data junk. **Troubleshooter report** Here...

question

**Describe the bug** During serialization things crash. **Troubleshooter report** The troubleshooter generator says "talk to a human". **Environment** * Microcontroller: Linux * Core/runtime: Posix * IDE: not applicable **Reproduction** That's...

question
v7

Hi there, I'm wondering whether there's a way I can deserialize and point to input buffer(s) when deserializing? Use case: I'm building a system where I get input data by...

question