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?