mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-15 18:41:12 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -187,7 +187,7 @@ See issue [#153](https://github.com/bblanchon/ArduinoJson/issues/153) and [#160]
|
||||
|
||||
99.999% of the time, this is caused by a confusion between arrays and objects.
|
||||
|
||||
This often happens when you have a `[{` in the input JSON.
|
||||
This often happens when the JSON contains `[{` or `:[`.
|
||||
|
||||
##### Example 1:
|
||||
|
||||
|
Reference in New Issue
Block a user