James Rochabrun
1 min readJan 26, 2018

--

looks like you have nested dictionaries in arrays you need to start from them by creating an object for each type of dictionary, for example the topics key has an array of topics now you need to create an object topic with that data and make it conform to the protocol the same for the rest of the keys and so on, is that make sense?

--

--