I am getting a string from server and want to extract Json string from it here is the string
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">
[{"isAssigned": false,"Name": "c:\\inetpub\\wwwroot\\XLEZ\\CLIENT","LastModified": ""},
{"isAssigned": true,"Name": "\\mokuji.html","LastModified": "20140806 165709"},
{"isAssigned": false,"Name": "\\result.html",{"LastModified": "20131002 235302"}]
</string>
I am not being able to figure out how to do it... Here is JSFiddle