ion 0.7.3

parse and process ion files
Documentation
1
2
3
4
5
6
7
8
9
[ion]

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

a2 = [ 1,
    2]