name: 🐛 Bug report about: Report a bug in ArduinoJson title: '' labels: 'bug'
Describe the bug
A clear and concise description of what the bug is.
Troubleshooter report
Here is the report generated by the ArduinoJson Troubleshooter:
[Paste the report here]
Environment
Here is the environment that I used:
Reproduction
Here is a small snippet that reproduces the issue.
DynamicJsonDocument doc(1024);
DeserializationError error = deserializeJson(doc, "{\"hello\":\"world\"}");
[insert repro code here]
Compiler output
If relevant, include the complete compiler output (i.e. not just the line that contains the error.)
Program output
If relevant, include the repro program output.
Expected output:
[insert expected output here]
Actual output:
[insert actual output here]