Closed millmakerjm closed 5 years ago
Data is read in chunks of 8K and merged into one bytes.Buffer so shell script can now output JSON structures larger that 8K.
Nice work! This is a great addition. But can you please add an acceptance test for this? I just merged a commit to add some basic tests so you have a pattern to work with. You can run the tests with make test
make test
Data is read in chunks of 8K and merged into one bytes.Buffer so shell script can now output JSON structures larger that 8K.