I am trying to store the values of a deserialized object in the database. My deserialized object is according to the image I uploaded.
I tried to implement IEnumerable and IEnumerator interfaces so that I can make my class foreach accessible.
public class Result:IEnumerable,IEnumerator
But then there is exception coming with my deserialization process.

You could loop through the
Result.dataproperty which is a collection: