From 1628f25f877dd1d41cbbd34846ef691b6c8980b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Fri, 18 Mar 2016 10:41:00 +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 84b04f6..1b6b43b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -262,7 +262,7 @@ JsonArray& root = jsonBuffer.parseArray(json); const char* world = root["hello"][0]["new"]; ``` -See issues [#187](https://github.com/bblanchon/ArduinoJson/issues/187) and [#203](https://github.com/bblanchon/ArduinoJson/issues/203). +See issues [#187](https://github.com/bblanchon/ArduinoJson/issues/187), [#203](https://github.com/bblanchon/ArduinoJson/issues/203) and [#245](https://github.com/bblanchon/ArduinoJson/issues/245). ### How to know the type of a value?