.JsonFormat()
Description
Parameters
Usage On Arrays/Objects
arr = ["wow","crazy"]
// setup the array
log arr.JsonFormat()
// returns string
// [
// "wow",
// "crazy"
// ]Last updated
arr = ["wow","crazy"]
// setup the array
log arr.JsonFormat()
// returns string
// [
// "wow",
// "crazy"
// ]Last updated