Joined July 2014
·

Tõnis Simo

Russia
·
·

Posted to Ruby parsing JSON from txt file. over 1 year ago

One-line alternatives:

JSON.parse File.read("badges.txt")
File.open "badges.txt", &JSON.method(:load)

Achievements
25 Karma
2,614 Total ProTip Views