packages feed

htoml-0.1.0.0: test/BurntSushi/valid/table-array-one.json

{
    "people": [
        {
            "first_name": {"type": "string", "value": "Bruce"},
            "last_name": {"type": "string", "value": "Springsteen"}
        }
    ]
}