Hello Nagaraju,
Some changes in the json_response string as below
json_response = '{TOKEN:"sometokenstring",TOKEN_TYPE:"sometokentypestring",KEY:"somekeystring"}' and your code works.
Changes - 1. The field name should not be within double quotes.
2. Precede the json object with single quote.
Output is -
BR.