Updated FAQ (markdown)

Benoît Blanchon
2016-02-01 13:03:57 +01:00
parent 42031e89bb
commit bfea9bfebb

2
FAQ.md

@@ -269,7 +269,7 @@ array[0].is<int>(); // return true
array[0].is<JsonObject&>(); // 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`?