I work with an api, that returns a json formatted resultset of a database query. I have an equivalent object or "model" for the results. What is the best way to convert the json string into a list of this object?I work with an api, that returns a json formatt