diff --git a/Bag-of-Tricks.md b/Bag-of-Tricks.md index 753736e..3d18b63 100644 --- a/Bag-of-Tricks.md +++ b/Bag-of-Tricks.md @@ -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)