jeremyfa / yaml.js

Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json2yaml in node.js?

luisfcofv opened this issue · comments

Is it possible to json2yaml in node.js without installing the cli tools?

I am not sure I understand the question. If you want to convert JSON to YAML, you can just use the regular yamljs node module, load you JSON and use yamljs to dump it to YAML.

Got it, that's actually what I want, JSON to YAML. I thought it was not possible with the node module.