How can i parse a Json object in javascript to extract field values? [closed]

I use

JSON.parse($(‘#globalmodel’).val()); and get the following in quick watch

JsonDetail “{“ConnectionId”:”1234″,”Pin”:null,”Id”:”8765″,”Street”:null,”Sender”:”Bob”}”

How can i extract each field value , connectionid , Pin , Id Street and Sender ?