Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
devtools
/
node_modules
/
fast-json-stable-stringify
/
example
/
nested.js
blob: 9a672fc65fb0fcf3112e578571df647a1acf0f46 [
file
] [
log
] [
blame
]
var
stringify
=
require
(
'../'
);
var
obj
=
{
c
:
8
,
b
:
[{
z
:
6
,
y
:
5
,
x
:
4
},
7
],
a
:
3
};
console
.
log
(
stringify
(
obj
));