skip to Main Content

How to read JSON array of arrays with mixed values in Retrofit 2?

I'm trying to read the following data from the API: [ [ 1724180400000, "59191.45000000", "59597.28000000", "59137.78000000", "59511.99000000", "544.56764000", 1724183999999, "32351755.73378980", 51002, "290.20494000", "17241827.16012430", "0" ], [ 1724184000000, "59512.00000000", "59722.72000000", "59421.38000000", "59589.07000000", "301.58055000", 1724187599999, "17968010.37382020", 23563, "169.48375000", "10099057.30721750", "0" ] ]…

VIEW QUESTION

React native – Error Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources:, when upgrading to "react-native": "0.75.1"

Trying to upgrade react native 0.75.1, using https://react-native-community.github.io/upgrade-helper. running into error Settings file 'mobile/android/settings.gradle' line: 2 What went wrong: Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources: Gradle Core Plugins (plugin is not in 'org.gradle' namespace)…

VIEW QUESTION
Back To Top
Search