mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 00:38:27 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.2 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			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]