Currently I send JSON from an Ajax post to the server which is then converted to objects using the Jackson Mapper.
The format is like this
{"id":"780710","folderID":"42024","displayOrder":2},{"id":"780724","folderID":"42024","displayOrder":3}
What is the best JavaScript library to compress this data and will the Jackson mapper be able to handle the new format?
Why not just enable gzip compression that browser and web servers support? This will very nicely compress data sizes, with very little explicit work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With