Join Slack
Powered by
<Retrofit ScalarsConverterFactory.create() doesn't...
# stackoverflow
u
user
07/13/2022, 12:11 PM
Retrofit ScalarsConverterFactory.create() doesn't effect to error "Expected a string but was BEGIN_OBJECT at line 1 column 2 path $"
I am trying to get request from a currency API and it's Json type is like this. { "eur":{ "code":"EUR", "alphaCode":"EUR", "numericCode":"978", "name":"Euro", "rate":0.99540765179992, "date":"Tue, 12 Jul 2022 23
55
01 GMT", "inverseRate":1.00461353516 }, Here is the link of JSON
http://www.floatrates.com/daily/usd.json
Even I try some solutions on here I couldn't effect to that error below...
8
Views
Open in Slack
Previous
Next