Updated Bag of Tricks (markdown)

Benoît Blanchon
2016-04-16 16:19:15 +02:00
parent 1328cd2f38
commit dff7a40d7b

@@ -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)