tom 0.0.1

Yet another format-preserving TOML parser/manipulator.
Documentation
1
2
3
4
5
a = []
b = [1]
c = [1,]
d = [,]
e = [1 1]