class Multiwoven::Integrations::Source::HttpModel::Client

def parse_json(json_string)

def parse_json(json_string)
  JSON.parse(json_string)
rescue JSON::ParserError => e
  handle_exception(e, { context: "HTTP MODEL:PARSE_JSON:EXCEPTION", type: "error" })
  {}
end