July 2019
Intermediate to advanced
416 pages
10h 6m
English
The data that we get back from Discogs comes back as a hierarchy of fields. Ultimately, we want to have code in place that will convert and return the results, similar to the following:

Behind the scenes, we are going to convert the JSON result from our call into a set of types. The top-level type is the Results type, which we are going to return out of our GetByArtist call. This hierarchy is shown in the following diagram:

In order to see what the mappings look like, we are going to build the CommunityInfo type ...
Read now
Unlock full access