RosettaCodeData/Task/JSON/Tcl/json-3.tcl

3 lines
67 B
Tcl

set d [dict create blue [list 1 2] ocean water]
puts [tcl2json $d]