From bfea9bfebb1745c5cdf18fe6188c48b8908432bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 1 Feb 2016 13:03:57 +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 3895e67..434aad6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -269,7 +269,7 @@ array[0].is(); // return true array[0].is(); // return false ``` -See issues [#148](https://github.com/bblanchon/ArduinoJson/issues/148) and [#175](https://github.com/bblanchon/ArduinoJson/issues/175). +See issues [#148](https://github.com/bblanchon/ArduinoJson/issues/148), [#175](https://github.com/bblanchon/ArduinoJson/issues/175) and [#213](https://github.com/bblanchon/ArduinoJson/issues/213). ### How to write a function that works with both `JsonArray` and `JsonObject`?