Request.JSON.implement({
	pass: function(obj) {
		return this.send(Hash.toQueryString({
			"json": JSON.encode(obj)
		}));
	}
});