mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-14 01:54:48 +02:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -269,7 +269,7 @@ array[0].is<int>(); // return true
|
|||||||
array[0].is<JsonObject&>(); // return false
|
array[0].is<JsonObject&>(); // return false
|
||||||
```
|
```
|
||||||
|
|
||||||
See issues [#148](https://github.com/bblanchon/ArduinoJson/issues/148) and [#175](https://github.com/bblanchon/ArduinoJson/issues/175).
|
See issues [#148](https://github.com/bblanchon/ArduinoJson/issues/148), [#175](https://github.com/bblanchon/ArduinoJson/issues/175) and [#213](https://github.com/bblanchon/ArduinoJson/issues/213).
|
||||||
|
|
||||||
### How to write a function that works with both `JsonArray` and `JsonObject`?
|
### How to write a function that works with both `JsonArray` and `JsonObject`?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user