Which of the following does not serialize the undefined values or objects within an object?
A
JSON.string
B
JSON
C
JSON.stringify
D
JSON.change()
Correct Answer: JSON.stringify
JSON.stringify does not serialize undefined values or functions within an object. JSON.stringify() converts a JavaScript object into a string.