UNPKG
canonicalize
Version:
latest (3.0.0)
3.0.0
2.1.0
2.0.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JSON canonicalize function
github.com/erdtman/canonicalize
erdtman/canonicalize
canonicalize
/
test
/
testdata
/
input
/
values.json
5 lines
•
182 B
JSON
View Raw
1
2
3
4
5
{
"numbers"
: [
333333333.33333329
,
1E30
,
4.50
,
2e-3
,
0.000000000000000000000000001
],
"string"
:
"\u20ac$\u000F\u000aA'\u0042\u0022\u005c
\\
\"
\/"
,
"literals"
: [null,
true
,
false
] }