Simple question:
Here is my string:
{Path:5984fcb4-8bf8-4205-86f8-e6e2042ba610.jpg,StatusCode:OK}
Why can't I parse my string to Json using the following method:
var obj = $.parseJSON(data);
This site says also my json is not in a correct format.
What do I have to do to transfer this kind of data in json format?
Thanks in advance,