big-json
big-json copied to clipboard
A stream based implementation of JSON.parse and JSON.stringify for big POJOs
TypeScript support is missing in this library
I'm trying to write a ~400kb file. Sometimes (I have no idea why and when this happens) the stringifyStream never emits the 'end' event and outputs data indefinitely. The files...
So I use this to store a big THREE.js data. You can see below that all symbols & words are swapped around to where it isn't supposed to be. Normally...
IntelliSense was not working for stream. Node: 16,18 Added ``` /** * Nodejs stream * @typedef {stream} Stream */ ``` So `stream` and `Steam` will refer to the same type
I'd like to print my json with indentations, perhaps equivalent to JSON.stringify(obj, "\t", 3). How is this done?
Unclear what actually causes this, but the JSON being parsed was created by `big-json`. For reference (as a way to pass data too large to be sent over GRPC) I...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Can't stringify object which is roughly 1 gb in size