6 7 8
# File 'lib/jirametrics/json_file_loader.rb', line 6 def load filename JSON.parse File.read(filename) end