SyntaxFix
Write A Post
Hire A Developer
Questions
As the error message is trying very hard to tell you, you can't deserialize a single object into a collection (List<>).
List<>
You want to deserialize into a single RootObject.
RootObject