Example #1
0
def deserialize_movies(movies_str):
    return [Movie.from_dict(dict_) for dict_ in json.loads(movies_str)]