immutable-reviver

1.0.3 • Public • Published

Immutable Reviver

Creates a full Immutable.js structure from a JSON string.

Install

npm install immutable-reviver

Usage

const reviver = require('immutable-reviver');
 
const immObject = JSON.parse(object, reviver);

Package Sidebar

Install

npm i immutable-reviver

Weekly Downloads

1

Version

1.0.3

License

BSD-3-Clause

Last publish

Collaborators

  • rgbkrk