If i use:
Code: Select all
put ArrayToJSON(tdata,"string") into tdataIf i use
Code: Select all
put ArrayToJSON(tdata) into tdata This json is almost as i need it,
but the key mProdNo should always be of type string.
What would be the best way to achieve it?
