 
      
      json::decode()Parse a JSON string
json::decode(json_string)
json_string (string)  — A JSON string to be parsed
any — Parsed JSON value. In case of a parse error, it will return nothing
response = json.decode("{\qname\q: \qClara\q, \qage\q: 23}")
writer(response)