Files
thirdparty-ArduinoJson/.github/ISSUE_TEMPLATE/bug_report.md
2021-10-11 15:20:14 +02:00

1.2 KiB

name, about, title, labels, assignees
name about title labels assignees
🐛 Bug report Report a bug in ArduinoJson 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:

  • Microcontroller: [e.g. ESP8266]
  • Core/runtime: [e.g. ESP8266 core for Arduino v3.0.2]
  • IDE: [e.g. Arduino IDE 1.8.16]

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]