const object = { id: 1, name: "Leanne Graham" }; JSON.stringify(object);
"{"id":1,"name":"Leanne Graham"}"