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
/
weird.json
10 lines
(9 loc)
•
217 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"€"
:
"Euro Sign"
,
"1"
:
"One"
,
"\u0080"
:
"Control"
,
"\ud83d\ude02"
:
"Smiley"
,
"ö"
:
"Latin Small Letter O With Diaeresis"
,
"דּ"
:
"Hebrew Letter Dalet With Dagesh"
,
"</script>"
:
"Browser Challenge"
}