6 7 8
# File 'lib/Converter_json.rb', line 6 def read_file(file_content) JSON.parse(file_content, {symbolize_names: true}) end