UNPKG

193 BJSONView Raw
1{
2 "json": {
3 "flat-flat": "__",
4 "flat": "_",
5 "natural": "=",
6 "sharp" : "^",
7 "sharp-sharp" : "^^",
8 "undefined" : ""
9 },
10
11 "abc": {
12 "flat": -1,
13 "sharp": 1
14 }
15}
\No newline at end of file