1.0.15 • Published 3 years ago
@anzerr/json.to.yaml v1.0.15
Intro
Convert JSON to YAML
Install
npm install --save git+https://github.com/anzerr/json.to.yaml.git
npm install --save @anzerr/json.to.yaml
Example
const YAML = require('./index.js');
YAML.stringify({
foo: 'bar',
baz: ['qux','quxx']
});