Updated FAQ (markdown)

Benoît Blanchon
2016-01-21 09:56:20 +01:00
parent 617cb7c3d6
commit 75cda81702

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. 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: ##### Example 1: