Skip to main content


Feedback wanted: I made a drop-in JSON replacement that produces smaller payloads. It's for busy programmers who want a quick win. evanhahn.com/jsos-proof-of-con…

It might be a bad idea! Please let me know what you think.

#JSON #compression #programming

in reply to Evan Hahn

do you have a spec somewhere for this? and what kind of bugs can occur by the "prior art" solutions like cbor, msgpack(and so on)?

msgpack.org has some graphic in the banner on top of the page that gives some insight on how the binary is stored, how did you store it?

Speed and CPU usage will also matter in the end so if you further pursue it some benchmarks would be nice, I like looking at benchmark graphs ;)

This entry was edited (1 year ago)