Get objects (and values) from a json struct

Hello all,

I have the next go code: https://play.golang.org/p/Pb8Rp3_rvK

I would like to know how can I get a value that I want, for example: the last_name or the name of “music”.
Should I do a for loop?

Thank you!

Yes, you should write a for loop.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.