boml 2.0.0

A dead-simple, efficient, dependency-free TOML parser for Rust.
Documentation
{
    "albums": [
        {
            "name": {"type": "string", "value": "Born to Run"},
            "songs": [
                {
                    "name": {"type": "string", "value": "Jungleland"}
                },
                {
                    "name": {"type": "string", "value": "Meeting Across the River"}
                }
            ]
        },
        {
            "name": {"type": "string", "value": "Born in the USA"},
            "songs": [
                {
                    "name": {"type": "string", "value": "Glory Days"}
                },
                {
                    "name": {"type": "string", "value": "Dancing in the Dark"}
                }
            ]
        }
    ]
}