Updated FAQ (markdown)

Benoît Blanchon
2016-03-18 10:41:00 +01:00
parent b5551142d8
commit 1628f25f87

2
FAQ.md

@@ -262,7 +262,7 @@ JsonArray& root = jsonBuffer.parseArray(json);
const char* world = root["hello"][0]["new"]; 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? ### How to know the type of a value?