I'm pretty new to parsing data, but there's one th...
# klaxon
h
I'm pretty new to parsing data, but there's one thing that's baffling me. I'm using json files written by some other open source authors, and I'm trying to write code to parse it all, but they appear to parse to different classes based on the value of an entry called "type" and I have no idea how I'd manage that from just a lowercase string. Any suggestions?