I have a JSON string value how to get the key value from the json using swift code?
{ 
 "user":{  "id":"74d93200-2ed2-437c-976f-83710eaea923","firstName":"dev","lastName":"che", "username":"dev_che"}}
From this how to get the "username" value using swift code?
 
    