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

3 lines
67 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
set d [dict create blue [list 1 2] ocean water]
puts [tcl2json $d]