mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-16 11:01:14 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -249,7 +249,7 @@ JsonArray& root = jsonBuffer.parseArray(json);
|
|||||||
const char* world = root["hello"][0]["new"];
|
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?
|
### How to know the type of a value?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user