0.1.2 • Published 6 years ago

vue-stringify v0.1.2

Weekly downloads
24
License
ISC
Repository
github
Last release
6 years ago

vue-stringify

A helper for JSON.stringify

to install

npm install vue-stringify

to use

import Stringify from 'vue-stringify'

an then you can...

Stringify({ hello: 'World' })

and get

{
  "hello": "world"
}

Stringify.parse(Obj) will JSON.stringify and JSON.parse an Object, it is then cloned, and has no setters / getters so is more easily explored in console.

Stringify.log(Obj) will log to console a JSON.stringified and JSON.parsed Object.

Enjoy.

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago