I call binance- api and response is like this:
[
[
1528265700000,
"606.84000000",
"609.50000000",
"606.84000000",
"609.50000000",
"399.45771000",
1528266599999,
"242985.40248060",
415,
"200.23538000",
"121838.16910200",
"0"
],
[
1528266600000,
"609.50000000",
"609.58000000",
"606.88000000",
"608.11000000",
"1328.29962000",
1528267499999,
"807439.07315600",
709,
"220.23076000",
"133950.90569850",
"0"
]
]
it has no json object. When I use retrofit, I get
JsonSyntaxException : Expected BEGIN_OBJECT but was BEGIN_ARRAY at line 1 column 3 path $[0]
How can I parse it?