put JSONToArray(tJson) into sColArrayA
It is my imagination:
Or are the keys of {object set} output as hash order (as per dictionary, required sort them first)
simply delimited by
{
1
3
5
6
7
2
4
}
but keys of an array output as numeric
[{
1
2
3
4
]]
get always
1
2
3
4
with sorting?