blob: a3eee15a9bb8c411c077ba6dbcb6e7ec159810fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|