Skip to content

Instantly share code, notes, and snippets.

@sinkovsky
Created January 7, 2011 14:50
Show Gist options
  • Save sinkovsky/769535 to your computer and use it in GitHub Desktop.
Save sinkovsky/769535 to your computer and use it in GitHub Desktop.
lwp-request http://127.0.0.1:8000/series/Sb6Adoxm2d?from=2 | json_xs
[
{
"timestamp" : "1970-01-01 00:00:02Z",
"value" : 2,
"series_id" : "Sb6Adoxm2d"
},
{
"timestamp" : "1970-01-01 00:00:03Z",
"value" : 3,
"series_id" : "Sb6Adoxm2d"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment