1 # Dict with different values
8 STRING_ARRAY { 'boolean', 'int32', 'uint32', 'double', 'string', 'boolean_array', 'int32_array', 'uint32_array', 'double_array', 'string_array' }
18 STRING 'This is a string'
20 BOOLEAN_ARRAY { true, false, false, true, false }
22 INT32_ARRAY { 1, -2, 3, -4, 5, -6, 7, -8, 9, -10 }
24 UINT32_ARRAY { 11, 12, 314, 1911, 57692, 1237, 2834 }
26 DOUBLE_ARRAY { 0.1, 0.2, 3.1415926, 2.7183, 10.0, 9.99 }
28 STRING_ARRAY { 'Hello', 'This', 'Is', 'A', 'String', 'Array!' }