You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

str.js 97B

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