# Comment # Booleans true = true false = false [strings] # String string = "string\n\t\"string" empty = "" [ints] simple = 42 negative = -42 [floats] pi = 3.14159 negative = -10.0 [datetimes] # DateTime simple = 1979-05-27T07:32:00Z # Keygroups [a.b.c] d = "test" [e] f = "test" # Post line comment [comments] on = "a line" # with markup # Multi-line arrays [arrays] # Simple array simple = [1, 2, 3] # Nested array nested = [[1, 2], [3]] uneven = [1, 2, 3, 4, 5 ]