It was because of the trailing comma after the last nested list [ "city", null, {} ]
. I accidentally left it in and JSON doesn’t allow them.
It was because of the trailing comma after the last nested list [ "city", null, {} ]
. I accidentally left it in and JSON doesn’t allow them.