Skip to content

Instantly share code, notes, and snippets.

@mrgenixus
Created September 4, 2022 15:54
Show Gist options
  • Save mrgenixus/1226c272a7009d7edd02106dae631b02 to your computer and use it in GitHub Desktop.
Save mrgenixus/1226c272a7009d7edd02106dae631b02 to your computer and use it in GitHub Desktop.
response_json.rb
# REF https://ruby-doc.org/stdlib-2.1.3/libdoc/json/rdoc/JSON.html#method-i-parse
module RequestJSONHelpers
def response_json
JSON.parse(response.body, object_class: HashWithIndifferentAccess)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment