json-cookie-cutter

1.0.1 • Public • Published

json-cookie-cutter Build Status

Same API as cookie-cutter, plus JSON stringify/parse on set/get.

Install

$ npm install --save json-cookie-cutter

Usage

var cookie = require('json-cookie-cutter')
 
cookie.set('hello', {world: true})
cookie.get('hello') // => {world: true})

API

See cookie-cutter.

License

MIT © Andrew Joslin

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i json-cookie-cutter

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • andytjoslin