console.log(JSON.stringify({ alpha: 'A', beta: 'B' }, null, ' ')); // Result: // '{ // "alpha": A, // "beta": B // }'