mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-10 16:14:44 +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++
|
||||
JsonObject& root = jsonBuffer.createObject();
|
||||
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)
|
||||
|
Reference in New Issue
Block a user