I`m trying to deserialize to an array of object and it is not possible. :( > System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[System.Object]' to type 'System.Dynamic.ExpandoObject'.
I`m trying to deserialize to an array of object and it is not possible. :(