jm / toml

Parse TOML. Like a bawss.
MIT License
151 stars 38 forks source link

Emulate YAML API #3

Closed parkr closed 11 years ago

parkr commented 11 years ago

I think it would behoove any parser of TOML to emulate the YAML API. Specifically:

TOML.load(toml_markup)
TOML.load_file("config.toml")
TOML.dump(hash)