One new little discovery per day. Do expect spelling, grammatical errors and misaligned text
const obj = {
key1: "val1",
key2: "value2"
};
var json = JSON.stringify(obj);
Comments