Hello, I’m trying to parse IATI data from JSON format using Ruby rather than Python. Has anyone done this? I’ve got halfway using JSON that I downloaded via OIPA but I’m getting an unexpected token error. Anyone know what that means? This didn’t work (found on stack overflow):
JSON.parse somehow did not like UTF-8-encoded files. Encode the files to ASCII (= ISO 8859-1)
Any help appreciated!