Questions tagged [refit]

Refit is a top-notch library that draws inspiration from Square's Retrofit library, transforming your REST API into an interactive interface.

Xamarin Refit encountering an issue: Newtonsoft.Json.JsonSerializationException

I'm encountering some hurdles with JSON Serialization. Whenever I attempt to deserialize my JSON Object, it throws the following error : Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'Proj ...