# lua-tinyyaml

<https://github.com/api7/lua-tinyyaml>

A tiny YAML (subset) parser for pure Lua.

## Usage

```lua
require('tinyyaml').parse(str)
```

## License

MIT License
