astro-ghostcms/.pnpm-store/v3/files/e0/94f296ad997d284e1cf82d59006...

4 lines
109 B
Plaintext

var stringify = require('../');
var obj = { c: 8, b: [{z:6,y:5,x:4},7], a: 3 };
console.log(stringify(obj));