JSON ist das Standard-Datenformat für APIs und Konfigurationsdateien.
Struktur
{
"name": "Beispiel",
"aktiv": true,
"werte": [1, 2, 3]
}
JSON ist das Standard-Datenformat für APIs und Konfigurationsdateien.
{
"name": "Beispiel",
"aktiv": true,
"werte": [1, 2, 3]
}