Sytaxis:
object.stringify(value, [replacer, space]) Arguments:
Name |
Type |
O/R |
Description |
value |
Variant |
Required |
Value to stringify. |
replacer |
Function |
Optional |
The replacer can be a function that can replace values, or an array of strings that will select the keys. |
space |
Variant |
Optional |
Use of the space parameter can produce text that is more easily readable. |
|