Making Code Happen

Tag: json

  • JSONCrush – Compress JSON into URL friendly strings

    I just open sourced an amazingly useful tool called JSONCrush. This simple system allows for excellent compression of URI encoded JSON strings using the JSCrush algorithm. It seems almost like magic how well it works. The minified version is under 2k of JavaScript! JSONCrush on GitHub Example JSON – 103 bytes {"students":[{"name":"Jack","age":17},{"name":"Jill","age":16},{"name":"Sue","age":16}],"class":"math"} URI Encoded Component…

    Read more...