My applications stop working today. This is something new with how
data are stores or how
gadgets.util.unescapeString, gadgets.util.escape, gadgets.json.parse,
gadgets.json.stringify
are working. I changed applications recently after sandbox started
returning escaped output from database. It was working for few days
and broken again. I will debug for more, but at least following simple
function returning parseJSON error after throw new Error("parseJSON")
I think gadgets.json.parse should always return something even if
errors occurs.
Cheers,
Jevs
function init(){
var getStr = "{"";
getStr = gadgets.util.unescapeString(getStr);
getStr = gadgets.json.parse(getStr);
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---