News

stringify and parse for large data: ex-large.html [source code] createParseStream: ex-stream-createParseStream.html [source code] * ReadableStream does not support IE11.
Stringify.parse(Obj) will JSON.stringify and JSON.parse an Object, it is then cloned, and has no setters / getters so is more easily explored in console. Stringify.log(Obj) will log to console a ...