svelte/site/content/examples/7guis-crud/data.json5

16 lines
198 B

{
"people": [
{
"first": "Hans",
"last": "Emil"
},
{
"first": "Max",
"last": "Mustermann"
},
{
"first": "Roman",
"last": "Tisch"
}
]
}