Skip to content

Instantly share code, notes, and snippets.

@leefaus
Last active August 16, 2017 01:37
Show Gist options
  • Select an option

  • Save leefaus/6a7290ee51abd5a6044ca32f9faf5bba to your computer and use it in GitHub Desktop.

Select an option

Save leefaus/6a7290ee51abd5a6044ca32f9faf5bba to your computer and use it in GitHub Desktop.
require 'json'
my_hash = JSON.parse('{"hello": "goodbye"}')
puts my_hash["hello"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment