.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / json-stable-stringify-without-jsonify / example / nested.js
1 var stringify = require('../');
2 var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
3 console.log(stringify(obj));