dijo
dijo copied to clipboard
Use an ordered map for serialization
This allows for a consistent serialization and can then be nicely versioned using git for example. I see no technical reason why a BTreeMap wouldn't work here.
This is for #156.