1.2.2 • Published 4 years ago

@lyo/json-to-pretty-yaml v1.2.2

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
4 years ago

@lyo/json-to-pretty-yaml

A browser-compatible version of json-to-pretty-yaml built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/json-to-pretty-yaml"></script>

<script>
  jsonToPrettyYaml.stringify(foo);
</script>

In Node.js

# Install
npm i @lyo/json-to-pretty-yaml
const jsonToPrettyYaml = require('@lyo/json-to-pretty-yaml')

jsonToPrettyYaml.stringify(foo);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

1.2.2

4 years ago