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

Package Sidebar

Install

npm i json-cookie-cutter

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • andytjoslin