I\'m trying to deserialize some JSON I receive from an external source (no way to change it) and I\'m having some problems with it. I\'m using JSON.net to deserialize, and this
the JSON recieved seems to be a dictionnary..
did you try to deseserialize as a Dictionnary<string,Album> ?
Dictionnary<string,Album>