15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"name": "Test JSON",
|
|
"version": "1.0",
|
|
"nested": {
|
|
"array": [1, 2, 3],
|
|
"boolean": true,
|
|
"null": null
|
|
},
|
|
"items": [
|
|
{"id": 1, "label": "alpha"},
|
|
{"id": 2, "label": "beta"},
|
|
{"id": 3, "label": "gamma"}
|
|
]
|
|
}
|