1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-03-10 08:30:16 +01:00
App-Open-Source-per-iPhone-.../.github/osia_category_list.rb
2016-05-16 10:41:40 -07:00

8 lines
122 B
Ruby

require_relative 'osia_helper'
j = get_json
c = j['categories']
c.sort_by { |h| h['title']}
.each { |x| puts x['id']}