panda-serialize

1.0.1 • Public • Published

panda-serialize

Dead simple interface for serializing data formats.

Currently supported formats: JSON, YAML.

# YAML string -> object 
yaml "foo: bar"
 
# object -> YAML string 
yaml foo: "bar"

Also supports explicit invocation of from and to, ex: yaml.from "foo: bar".

Install

npm install panda-serialize

Readme

Keywords

Package Sidebar

Install

npm i panda-serialize

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

6.59 kB

Total Files

4

Last publish

Collaborators

  • dyoder
  • freeformflow