I have String as follows:
[["155","123RET"],["156","124RET"]]
In other words, I need to add an item in each of them, so I need them in the end to be as follows:
[["1","155","123RET"],["2","156","124RET"]]
I need to convert this...
asked by
21.11.2017 / 17:54