crissdev / gulp-yaml

A Gulp plugin to convert YAML to JSON
MIT License
24 stars 7 forks source link

JSON to YAML #2

Open rayshan opened 9 years ago

rayshan commented 9 years ago

Hello, since js-yaml supports serializing JSON into YAML, can this plugin support it as well?

crissdev commented 9 years ago

@rayshan Thanks for your suggestion. I believe this feature might be possible to add. Probably a reverse option might be a good choice.

rayshan commented 9 years ago

:tada:

Maybe just do the right thing based on the input, and not introduce another API?

gluons commented 8 years ago

I've found topherzee/gulp-json-to-yaml that fork from this repo. :blush: