rtoml
rtoml copied to clipboard
"Values must be emitted before tables" if array of values follows array of table
trafficstars
- fixes Issue #61
- Check if the first element of a list or tuple is a
dict. If true, order it with the otherdicts, else put in the same place as before. - Write a test case in
test_dump.py