nested.js 109 B

123
  1. var stringify = require('../');
  2. var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
  3. console.log(stringify(obj));