Say I have json response that looks like this and I just want to check if "stable" or "beta" is in the response how would I do that?
{
"stable": {
"version": "0.5.0",
"build_id": "20210610-122506"
}
"beta": {
"version": "0.5.1",
"build_id": "20210610-122509"
}