What kind of work is being performed in the following given part of JavaScript's code?
const o = {x:1, y:{z:[false,null,""]}}; const s = JSON.stringify(o);
Object Encapsulation
Object Encoding
Object Abstraction
Object Serialization
Correct Answer : D
JSON was a native construct of which language?