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