Another json, this time won't parse

I’ve tried getting this to work… I just haven’t done this enough times I guess? Suggestions anyone?

Right now I have visuals directed to make it show the name, but it won’t. It catches the error " couldn’t parse local data"

@ekraus0227

Your bases.swift file struct Locations has property names that do not match your json code.

Either change the properties in Locations to match your json or use CodingKeys to translate those that do not match.