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`?