Cannot convert type 'Newtonsoft.Json.Linq.JProperty' to 'Newtonsoft.Json.Linq.JObject' – Twitter API
Currently trying to work with the fixer.io API to create a currency conversion in C#. I've used a similar method to below whilst parsing the JSON from a twitter API and that worked without any problems, I'm not entirely sure…