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 ?