From 75cda81702fab802f1929c55aca2934f8e33ec26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Thu, 21 Jan 2016 09:56:20 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1ae1603..e040135 100644 --- a/FAQ.md +++ b/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: