Skip to content

Instantly share code, notes, and snippets.

@timburks
Created November 16, 2008 18:37
Show Gist options
  • Save timburks/25531 to your computer and use it in GitHub Desktop.
Save timburks/25531 to your computer and use it in GitHub Desktop.
(load "TouchJSON")
(system "curl http://openradar.appspot.com/api/radars > radars.json")
(set d ((CJSONDeserializer deserializer) deserializeAsDictionary:(NSData dataWithContentsOfFile:"radars.json") error:nil))
(set radars (d "result"))
(puts (radars description))
(puts (radars count))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment