I'm with Aurélien here: it's really easy to run into problems in bash (or your shell of choice) when escaping characters with CURL. I'd personally recommend loading up the data in your scripting language of choice. Ruby, Python and even Node.js are great environments to work with JSON data and make HTTP requests.
On Tuesday, 10 January 2012 at 8:54 PM, Aurélien Bénel wrote: > Hi Zekeriya, > > If you want something more user-friendly than curl, use RESTClient instead: > https://addons.mozilla.org/en-US/firefox/addon/restclient/ > > > Regards, > > Aurélien
