I am trying to parse the jsonArray but unable to understand this format,How to parse this type of jsonArray?
Can anyone help me?
"rows": [
[
"/farmfresh",
"20171211",
"4"
],
[
"/farmfresh/product/d",
"20171215",
"4"
],
[
"/farmfresh/product/h",
"20171222",
"2"
]
]

