JsonStringify
Last updated
⚠️ Not type methods. These are functions of the
jsonpackage: usejson.parse(),json.stringify(),json.format(),json.clean().
Converts A JS object into a JSON string
JsonStringify takes no parameters
arr = ["wow"]
// setup the array
log arr.JsonStringify()
// returns string "[\"wow\"]"Last updated