javascript urlencode json

JavaScript
//url encode json
encodeURIComponent(JSON.stringify(object_to_be_serialised))
Source

Also in JavaScript: