[dict]
ary = [ "a", "b", 3 ]
first = "hello \\ hello \n hello \""
second = "another"
third = "hello \\n world"
bool = true
[mixed]
a = 1
B = 2
| this | :) |
| that |
[table]
| abc | def |
| --- | --- |
| one | two |
| 1 | 2 |
| 2 | 3 |
| 4 | one:"hello \" world" two:"hello \| world" three: "hello \\n world" |