Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
58b9f11ca7b449f85f2f1fb5337ba7633e50b14b
/
.
/
node_modules
/
json-stable-stringify-without-jsonify
/
example
/
str.js
blob: 9b4b3cd289570ec16943219e4a076ca1a767924b [
file
] [
log
] [
blame
]
Leo Repp
58b9f11
2021-11-22 11:57:47 +0100
[
diff
] [
blame^
]
1
var
stringify
=
require
(
'../'
);
2
var
obj
=
{
c
:
6
,
b
:
[
4
,
5
],
a
:
3
};
3
console
.
log
(
stringify
(
obj
));