From e32c1cb2d01c5ac0decd21d318a3d8a486053b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Sun, 24 Jan 2016 14:46:58 +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 e040135..7208fea 100644 --- a/FAQ.md +++ b/FAQ.md @@ -249,7 +249,7 @@ JsonArray& root = jsonBuffer.parseArray(json); const char* world = root["hello"][0]["new"]; ``` -See issue [#187](https://github.com/bblanchon/ArduinoJson/issues/187). +See issues [#187](https://github.com/bblanchon/ArduinoJson/issues/187) and [#203](https://github.com/bblanchon/ArduinoJson/issues/203). ### How to know the type of a value?