emancu/toml-rb

Support array of inline tables

rsim opened this issue · 0 comments

rsim commented

From TOML 0.4.0 specification:

You may also use inline tables where appropriate.

points = [ { x = 1, y = 2, z = 3 },
           { x = 7, y = 8, z = 9 },
           { x = 2, y = 4, z = 8 } ]