Correction for Valorians' correction (which is a fudge for the editor):
replace:
list _serverData = llParseString2List(body, ["\":\"", "\",\"","}}",'"'], []); //"
with:
list _serverData = llParseString2List(body, ["\":\"", "\",\"","}}","\""], []);
like(0)