]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/pretty-json/node_modules/json-stable-stringify/example/nested.js
Remove mc config
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / json-stable-stringify / example / nested.js
CommitLineData
06a3d686
BB
1var stringify = require('../');
2var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
3console.log(stringify(obj));