42 43 44 45
# File 'lib/resources/json.rb', line 42 def parse(content) require 'json' JSON.parse(content) end