Skip to content

Instantly share code, notes, and snippets.

Created July 24, 2015 05:04
Show Gist options
  • Save anonymous/c078cd208d8aa9603a26 to your computer and use it in GitHub Desktop.
Save anonymous/c078cd208d8aa9603a26 to your computer and use it in GitHub Desktop.
# open and change
Dir.glob('Modified/*.json').each do |item|
json = File.read(item)
hash = JSON.parse(json)
hash["version"] += 1
hash.to_json
file.write("Modified/*.json")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment