Updated FAQ (markdown)

Benoît Blanchon
2015-11-02 18:13:53 +01:00
parent eff2fabeaa
commit b1a89ad7dd

2
FAQ.md

@@ -164,3 +164,5 @@ ssid = network["ssid"].asString();
ssid = network["ssid"].as<const char*>();
ssid = network["ssid"].as<String>();
```
See issue [#118](https://github.com/bblanchon/ArduinoJson/issues/118) and [#146](https://github.com/bblanchon/ArduinoJson/issues/146)