exosite / lua-yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

only decoding ?

tst2005 opened this issue · comments

commented

Hello,

I'm searching a lua implementation for yamldata = yaml.encode(luadata) & luadata = yaml.decode(yamldata).

Is you current lua-yaml implementation only support decoding (with require"yaml".eval(yamldata)) ?

Best Regards,

Yep, sorry it does only do decoding. Encoding though should be much easier to implement compared...