jsoner icon indicating copy to clipboard operation
jsoner copied to clipboard

Automatic judge source type

Open simlegate opened this issue 11 years ago • 0 comments

# Do not need require 'open-uri'
# remove open method

#  old
table = Jsoner.parse(open('table.html'))
#  new
table = Jsoner.parse('table.html')

simlegate avatar Aug 01 '13 03:08 simlegate