module Halibut::Adapter::JSON::ConvenienceMethods

Public Instance Methods

parse_json(json_str_or_io) click to toggle source
# File lib/halibut/adapter/json.rb, line 116
def parse_json(json_str_or_io)
  Halibut::Adapter::JSON.parse(json_str_or_io)
end