powered by
Format data as a JSON object (like this: <U+201C>x<U+201D>: <U+201C>120<U+201D> ).
jsonStr(name, val)
A string, the name of the JSON entry
A string, the value to associate with the JSON entry.
A string, data formatted as a JSON object.
# NOT RUN { jsonStr(name = "var1", val = "Blue") # }
Run the code above in your browser using DataLab