I'm having trouble parsing some open source data. ...
# getting-started
h
I'm having trouble parsing some open source data. Is anyone familiar with parsing JSON that could help me out? Particularly the problem I'm running into is that it appears there's a string in the data for a class that determines what subclass to instantiate the object as, and I'm really baffled on how to code this. Should I parse it twice, after the first time reinstantiating as the class provided in the field as a string, or what?