mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-16 02:51:14 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -164,3 +164,5 @@ ssid = network["ssid"].asString();
|
|||||||
ssid = network["ssid"].as<const char*>();
|
ssid = network["ssid"].as<const char*>();
|
||||||
ssid = network["ssid"].as<String>();
|
ssid = network["ssid"].as<String>();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See issue [#118](https://github.com/bblanchon/ArduinoJson/issues/118) and [#146](https://github.com/bblanchon/ArduinoJson/issues/146)
|
Reference in New Issue
Block a user