[Solved] Parse complex json code

The problem is merely that your structs look nothing at all like your JSON! Your JSON is a dictionary whose keys have names like “-8802586561990153106-1804221538-5” and “8464567322535526441-1804221546-15”. But I don’t see you declaring any struct that deals with those keys. Then each of those turns out to be a dictionary with keys like “zug”, “ankunft”, … Read more