Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
devtools
/
node_modules
/
json-stable-stringify-without-jsonify
/
example
/
str.js
blob: 9b4b3cd289570ec16943219e4a076ca1a767924b [
file
] [
log
] [
blame
]
var
stringify
=
require
(
'../'
);
var
obj
=
{
c
:
6
,
b
:
[
4
,
5
],
a
:
3
};
console
.
log
(
stringify
(
obj
));