Standalone/Tory regime/JSON: Difference between revisions

From AlternateWiki
Content added Content deleted
(Tombricks changed the content model of the page User:Tombricks/sandbox/JSON from "wikitext" to "JSON")
Tag: content model change
No edit summary
Line 1: Line 1:
{
{
"name": "Germany",
"name": "Germany",
"long_name": "Federal Republic of Germany"
"long_name": "Federal Republic of Germany",
"test": {
"a": "1",
"b": "2"
},
"test2": [
1,
5,
"hi"
]
}
}

Revision as of 18:17, 15 May 2024

name"Germany"
long_name"Federal Republic of Germany"
test
a"1"
b"2"
test2
1
5
"hi"