<Retrofit ScalarsConverterFactory.create() doesn't...
# stackoverflow
u
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 235501 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...