diff --git a/static/data/schuelerzahlen.json b/static/data/schuelerzahlen.json index 94ded78a..33b4006e 100644 --- a/static/data/schuelerzahlen.json +++ b/static/data/schuelerzahlen.json @@ -1,4 +1,5 @@ -{ "schuelerzahlen": [ +{ + "schuelerzahlen": [ { "year": 1988, "all": 54, @@ -160,7 +161,7 @@ "girls": 141 }, { - "year":2020, + "year": 2020, "all": 535, "girls": 150 }, @@ -171,8 +172,13 @@ }, { "year": 2022, - "all": 534, + "all": 535, "girls": 137 + }, + { + "year": 2023, + "all": 534, + "girls": 141 } ] } \ No newline at end of file