YAML
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Updated for version 4.0.
Added in version 4.0
A class used to parse YAML strings into tables. Great for localization (compared to JSON).
Taken from https://github.com/exosite/lua-yaml The code is sligthly modified but generally function names are the same.
eval(String str)
Table
Converts a YAML string data to a table
dump(Any value, Number indent)
String
Returns YAML dump of a value with indent
as the indentation number