How would I parse JSON in Ruby to give me specific output
问题 So I'm trying to make in Ruby so that it "Idk how to express myself" parse JSON from this API so the output is: {"infected"=>19334, "deceased"=>429, "recovered"=>14047, "tested"=>515395, "tested24hours"=>8393, "infected24hours"=>351, "deceased24hours"=>11, "sourceUrl"=>"https://covid19.rs/homepage-english/", "lastUpdatedAtApify"=>"2020-07-15T14:00:00.000Z", "readMe"=>"https://apify.com/krakorj/covid-serbia"} and I would like it to only show for example "infected"=>19334, as number 19334 I'm