Slide 15
Slide 15 text
Custom "dictionary"
'key1': {
'somelist':
[-1.1, [14, 15, [3]], 6, 13],
1: '234',
'val': 5
}
#comment
#number => 1, -1, 1.0, -1.0, 0xfe, -0xfd.
#string => 'string', ThisIsAString_Too
#map => { ... }
#vector => [ ... ]
#delim => ,(comma) :(colon)