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?