{
       uint0   #abcde
       uint1   #8003f
       uint2   #1
       sint0   -10
       sint1   +20
       sint2   3
       sint3   0
       str0    "foo"
       str1    "foo \tbar\n!!\!"
       str2    "multi" . "part" . "string" . "o" . "tron" . "wootness"
       bool0   True
       bool1   False
       bool2   no
       bool3   oFF
       array0  [ 1 2 3 4 ]
       array1  [ "fu"."bar" True 42 ]
       array2  [1 "gah" 3]
       array3  [1
                2
                3]
       dict0   { kay 3 key 1 }
       dict1   {
                       soo "Meet" . "Sue"
                       zoo "be"
                       kee "she"
               }
       dict2   { some "more" . "stu" . "ff" or 2 }
}