Which statement about the space parameter in JSON.stringify() is false?
It controls spacing in the resulting JSON string
All three statements are false
It removes whitespace
It is an optional parameter
Correct Answer : C
Which statement about the reviver parameter in JSON.parse() is true?