mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-16 18:01:28 +00:00
13 lines
170 B
JSON
13 lines
170 B
JSON
{
|
|
"a-key": "A",
|
|
"b-key": {
|
|
"a-subkey": "A",
|
|
"b-subkey": "B",
|
|
"c-subkey": {
|
|
"a-subsubkey": "A",
|
|
"b-subsubkey": "B"
|
|
}
|
|
},
|
|
"c-key": "C"
|
|
}
|