Skip to content

Instantly share code, notes, and snippets.

@sujee
Created January 3, 2011 07:07
Show Gist options
  • Save sujee/763199 to your computer and use it in GitHub Desktop.
Save sujee/763199 to your computer and use it in GitHub Desktop.
job-status-parse.rb
require 'rubygems'
require 'json'
a = JSON::parse(ARGF.read)
#p a
p a["JobFlows"][0]["ExecutionStatusDetail"]["State"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment