RestEase – how to implement the deserialization of an Array
I am a novice C# coder trying to use RestEase to call a RestAPI that returns an array e.g.[{“name”:”value}, {“name2”:”value2}] rather than a single {“name”:”value} response as per the example code provided at https://github.com/canton7/RestEase.