• File: str.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/fast-json-stable-stringify/example/str.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 97 bytes
  • MIME-type: text/plain
  • Charset: utf-8
var stringify = require('../');
var obj = { c: 6, b: [4,5], a: 3 };
console.log(stringify(obj));