node-fs-extra
node-fs-extra copied to clipboard
writeJson causes "RangeError: Invalid string length"
There is a dependency to jsonfile. Jsonfile calls JSON.stringify. This will cause "RangeError: Invalid string length" for large objects.
I don't know if this is a bug or a feature request. For me this is a showstopper, I will have to find some streaming library implementing streaming json serialization instead.