Posts by Cristiano Macedo • 26 points
1 post
-
1
votes1
answer34
viewsA: Get JSON file from an API
what is happening is that the application is returning an error in html and not a json, so Newtonsoft cannot deserialize since the return is a string and not a json. try validating the status code…