@anzerr/json.to.yaml
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

Intro

GitHub Actions status | publish

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']
});

Package Sidebar

Install

npm i @anzerr/json.to.yaml

Weekly Downloads

77

Version

1.0.15

License

MIT

Unpacked Size

4 kB

Total Files

6

Last publish

Collaborators

  • anzerr