mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-14 01:54:48 +02:00
Updated FAQ (markdown)
4
FAQ.md
4
FAQ.md
@@ -163,4 +163,6 @@ ssid = (const char*)network["ssid"];
|
||||
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)
|
Reference in New Issue
Block a user