@lyo/json-to-pretty-yaml
v1.2.2
Published
Browser-compatible version of json-to-pretty-yaml
Downloads
6
Readme
@lyo/json-to-pretty-yaml
A browser-compatible version of json-to-pretty-yaml built automatically with Lyo.
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