Skip to content

Instantly share code, notes, and snippets.

@basicfeatures
Last active February 20, 2022 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basicfeatures/77612d12ed0c4ba5b3e9619dadb4aa5f to your computer and use it in GitHub Desktop.
Save basicfeatures/77612d12ed0c4ba5b3e9619dadb4aa5f to your computer and use it in GitHub Desktop.
json_response["languages"].any? { |language|
if language.key?("en")
puts "The sentence is in English"
elsif language.key?("de")
puts "The sentence is in German"
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment