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?