Objet JS à JSPN

let object = { name: "obj", enum: 1 }; // any object
let jsonString = JSON.stringify(object);
The Nic