How to access deeply nested JSON data using Go (lang)? - Hashnode

3 Likes

Use json decoding or json unmarshalling to a suitable data structure of incoming data then access the data directly by calling data structure’s fields

1 Like

I needed this one :heart:

1 Like

In next release it’ll support custom unmarshaler.

1 Like

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