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
Proof of concept: drop-in JSON replacement that produces smaller payloads
What if your JSON payloads got smaller by changing one line of code? I made a proof of concept.evanhahn.com
treefit
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 ;)
MessagePack: It's like JSON. but fast and small.
msgpack.org