Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
devtools
/
devtools-frontend
/
de6c4e5973980ad98d7d1699faa4e1059f102c4d
/
.
/
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
));