Skip to content

rgbkrk/immutable-reviver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

JSON.parse reviver that creates Immutable.JS objects

Resources

License

Stars

Watchers

Forks

Packages