mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-26 06:50:56 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -262,7 +262,7 @@ JsonArray& root = jsonBuffer.parseArray(json);
|
||||
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?
|
||||
|
||||
|
Reference in New Issue
Block a user