@lyo/json-to-pretty-yaml

1.2.2 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @lyo/json-to-pretty-yaml

Weekly Downloads

0

Version

1.2.2

License

Apache-2.0

Unpacked Size

4.9 kB

Total Files

3

Last publish

Collaborators

  • lyo