I am using bash to run an AWS command which returns
"{\"username\":\"adamro\",\"password\":\"temppassword\",\"engine\":\"postgres\",\"host\":\"hostapp1\",\"port\":5432,\"dbname\":\"dbprod\",\"dbClusterIdentifier\":\"backend\",\"schema\":\"public\"}"
How can I parse certain keys from this such as the username, password and hostname?