Parsing through an object in a nest JSON object
I'm trying to parse a json response object to get the hashID (objectiveHash) for each record, but I'm running into an error. This is the error. TypeError: string indices must be integers Here is a snippit of the response.JSON for…