async-json icon indicating copy to clipboard operation
async-json copied to clipboard

An asynchronous version of JSON.stringify

Results 6 async-json issues
Sort by recently updated
recently updated
newest added

I would like to report a bug as when I try to stringify a large json object, this error emits: ``` Maximum call stack size exceeded  at ​./node_modules/async-json/lib/async-json.js:122​ at ​./node_modules/async-json/lib/async-json.js:64​...

Version available in repository are not in sync with version available on npm. It contains pretty import features eg. Promise support. @ckknight what do you think about new release?

I am confused by this lib - looking at the code - it doesn't seem to run off of the main thread - it just uses process.nextTick or setImmediate to...

I was running into callStackOverflow exceptions with small-ish JSON (between 300kb and 2mb) files when running in Node 0.10. This seems to have fixed the problem. (Also documented in #11)...

When i use to stringify a 532KB json ,it occur the error RangeError: Maximum call stack size exceeded