What is a JSONStringer used for?
It is used to quickly create JSON text.
It quickly converts JSON to Java strings.
It is used to create number strings in JSON.
It is used to create JSON ordered pairs.
Correct Answer : A
Which statement about the replacer parameter in JSON.stringify() is true?
Which of the following is a valid JSON string?
Does whitespace matter in JSON?