mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-13 17:44:49 +02:00
Updated Bag of Tricks (markdown)
@@ -83,7 +83,7 @@ Lastly, it's possible to manually encode the nested array with an undocumented f
|
|||||||
```c++
|
```c++
|
||||||
JsonObject& root = jsonBuffer.createObject();
|
JsonObject& root = jsonBuffer.createObject();
|
||||||
root["value1"] = "x";
|
root["value1"] = "x";
|
||||||
root["value2"] = ArduinoJson::Internals::Unparsed("[[\"Yes\",\"No\"],[\"Maybe\"]");
|
root["value2"] = RawJson("[[\"Yes\",\"No\"],[\"Maybe\"]");
|
||||||
```
|
```
|
||||||
|
|
||||||
See issue [#252](https://github.com/bblanchon/ArduinoJson/issues/252)
|
See issue [#252](https://github.com/bblanchon/ArduinoJson/issues/252)
|
||||||
|
Reference in New Issue
Block a user