powered by
Format data as a JSON object (like this: "x": "120").
jsonStr(name, val)
A string, data formatted as a JSON object.
A string, the name of the JSON entry
A string, the value to associate with the JSON entry.
jsonStr(name = "var1", val = "Blue")
Run the code above in your browser using DataLab