mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 00:10:51 -07:00
24 lines
No EOL
223 B
JSON
24 lines
No EOL
223 B
JSON
{
|
|
"foo":
|
|
[
|
|
"bar",
|
|
"baz"
|
|
],
|
|
"": 0,
|
|
"a/b": 1,
|
|
"c%d": 2,
|
|
"e^f": 3,
|
|
"g|h": 4,
|
|
"i\\j": 5,
|
|
"k\"l": 6,
|
|
" ": 7,
|
|
"m~n": 8,
|
|
"obj" : {
|
|
"key" : "value",
|
|
"other~key" : {
|
|
"another/key" : [
|
|
"val"
|
|
]
|
|
}
|
|
}
|
|
} |