ion 0.2.0

a parser for ion files
[ion]

ary = [
    { a = [1, 2]},
    { b = 2},
    {c= { foo = "bar"}}]

a2 = [ 1,
    2]