There is no mature yaml library for erlang [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
Improve this questionIs there a mature and stable YAML library for Erlang that someone has actually used? I can't seem to find one anywhere
Update: I have searched and searched and still not found one
Yamler seems like a good library.
There is an incomplete implementation of YAML parsing in Erlang beanstalk client library.
Check https://github.com/yakaz/yamerl
- It's pure erlang - no NIFs or external dependencies
- It's updated reqularly as needed (look at the commit history)
- Testcases
- Supports YAML 1.2
精彩评论