Hi,
Facing same kind of problem, can you please put some example to to display data for particular position
Below is my received json data
{
"c2array":true,
"size":[6,4,1],
"data":[
[[4837],["test2"],[2],["1"]],
[
[700],["test6"],[6],["5"]],
[
[600],["test1"],[1],["4"]],
[
[30],["test1"],[1],["3"]],
[
[10],["test1"],[1],["1"]],
[
[10],["test1"],[1],["2"]]]
}