zipson icon indicating copy to clipboard operation
zipson copied to clipboard

JSON parse and stringify with compression

Results 14 zipson issues
Sort by recently updated
recently updated
newest added

Hi, I have used the lib and it significantly reduces the size of the object. However, I noticed that even when I have made the `fullPrecisionFloats` to be true. some...

Hi, i think there is a typo in the package.json types field. It references the file `lib/index.d.js`, but there is only a `lib/index.d.ts` existing. Would be great if this could...

I just did a quick benchmark of zipson vs various serialisers + compressors. The results are (length in bytes, time in ms, 100 iterations to warmup and 100 iterations to...

Hi, When I try to zip my object, which value have less than 3 chars If I try sringify(JSON.stringify(mydata)), I get Unexpected scalar when I use Zipson parse If I...

First of all: thank you for your lib! This is not meant as a rude question just to better understand when it would make sense to use your lib. When...

JSON.parse can convert Uint8Array directly to string and parse it. Could you also implemented that?

First of all, thanks for the great work on this library; its a life saver for my project. I'm wondering if you can clarify what `parseIncremental()` does? I have a...

I'm occasionally seeing the following exceptio thrown from zipson `(node:17412) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded at buildTemplate (C:\workspaces\server\node_modules\zipson\lib\compressor\template\object.js:51:23) at new TemplateObject (C:\workspaces\server\node_modules\zipson\lib\compressor\template\object.js:13:33) at Object.compressObject [as object] (C:\workspaces\server\node_modules\zipson\lib\compressor\object.js:11:26) at...

I have two similar objects with empty object. When compressing with zipson part of state disappearing. I wrote two tests in `test/full/object.ts`: ```javascript it('nested empty object', function() { testPackUnpack({ a:...

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 4.3.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...

dependencies