dom parse -json {[1,2,3]} test $test asJSON
-->
[1,2,3]
so it seems that the parsing has worked. Can you provide an example where tDOM fails to parse a valid JSON?
Ciao