async-json
async-json copied to clipboard
Possibility of using streams or observables instead of promises
This idea is mostly coming from this thread in Twitter. Because Promises are not cancelable and there could be cases that user wants to cancel the parse or stringify method for other reasons while it's being processes maybe we should not use promises and use streams or observables instead.