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