Serialises the array to a JSON string. This is shorthand for JsonStringify().
JsonStringify()
None.
log [1,2].toStr() // "[1,2]"
Last updated 3 months ago