class URL::BaseJSONHandler
Public Instance Methods
parse()
click to toggle source
# File lib/url/handlers/base_json_handler.rb, line 4 def parse JSON.parse(@str) end
# File lib/url/handlers/base_json_handler.rb, line 4 def parse JSON.parse(@str) end