PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
json-stable-stringify
/
test
var test = require('tape'); var stringify = require('../'); test('nested', function (t) { t.plan(1); var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 }; t.equal(stringify(obj), '{"a":3,"b":[{"x":4,"y":5,"z":6},7],"c":8}'); });
[+]
..
[-] str.js
[edit]
[-] nested.js
[edit]
[-] cmp.js
[edit]