Skip to content

Instantly share code, notes, and snippets.

@mitnick78
Created November 30, 2016 10:35
Show Gist options
  • Save mitnick78/02a590d5a3a76801b2d82bbd38130937 to your computer and use it in GitHub Desktop.
Save mitnick78/02a590d5a3a76801b2d82bbd38130937 to your computer and use it in GitHub Desktop.
file = File.new 'file.json', 'r'
datas = JSON.load(file)
output = File.new 'outputs.json', 'w'
output.write JSON.pretty_generate({ :jobs => results })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment