On Tue, 2 Aug 2016, Benjamin Kaduk wrote: > I am not actually sure how to escape the quotes to get them through the SS > parser. Probably the easiest way to get well-formed JSON as the string
Apparently doubled double quotes within a double-quote context will do the escaping. So: setstr laurent otp "[{""type"":""foo""}]" ought to do the trick as well, even on the older version. -Ben