Consuming unknown JSON input #125
Closed
Labels
Comments
Also, I cant seem to add the label you request in the README. |
Hi @tmcarr - sorry for the delay, I'm starting up GIFM again after a long time off, and I like this idea. I have a few ideas on casts for this, so I'll present at least one of them as soon as I can, and I'll update here. Also, I added the label for you. I'm gonna need to update the README to not require folks to add the label - GH doesn't allow it |
@tmcarr check out episode 19 - this is done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to go over how one can consume json with some number of unknown fields.
I have a case where I need to consume a file with a certain set of known fields that I can make structs for, but some of those fields can contain any number of user entered fields and values and I'm unsure of how to handle this. I've seen some info in the godocs about setting the type to interface{} and then using a switch case to detect the type of the fields inside, but its pretty unclear.
Thanks!
Travis
The text was updated successfully, but these errors were encountered: