.JsonFormat()
Description
Parameters
Usage On Arrays/Objects
arr = ["wow","crazy"]
// setup the array
log arr.JsonFormat()
// returns string
// [
// "wow",
// "crazy"
// ]Last updated
Converts A JS object or JSON string into a formatted JSON string
JsonFormat takes no parameters
arr = ["wow","crazy"]
// setup the array
log arr.JsonFormat()
// returns string
// [
// "wow",
// "crazy"
// ]Last updated