Save JSON outputed from a URL to a file

Posted by Aidan on Stack Overflow See other posts from Stack Overflow or by Aidan
Published on 2010-06-14T21:03:15Z Indexed on 2010/06/14 21:12 UTC
Read the original article Hit count: 152

Filed under:
|
|
|
|

Hey Guys,

How would I save JSON outputed by an URL to a file?

e.g from the Twitter search API (this http://search.twitter.com/search.json?q=hi)

Language isn't important.

Thanks!

edit // How would I then append further updates to EOF?

© Stack Overflow or respective owner

Related posts about java

Related posts about python