open-source-ios-apps/.github/osia_helper.rb
2016-05-16 10:41:40 -07:00

8 lines
86 B
Ruby

require 'json'
FILE = 'contents.json'
def get_json
JSON.parse(File.read FILE)
end