Updated FAQ (markdown)

Benoît Blanchon
2016-01-24 14:46:58 +01:00
parent 75cda81702
commit e32c1cb2d0

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