Is there a service that exposes an API to send JSON strings, and they format it pretty like http://jsonlint.com and give you a public link?Ex Request:
http://someservice.com/create -d 'json={"key":"value"}' -X POST
Ex Response:
{"url":"http://someservice.com/aEv3HcZ"}