Problems are somewhere in the following code:
parse:function(text){
if(/^[\],:{}\s]*$/.test(text.replace(/\\./g,"@").replace(/"[^"\
\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/
g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){
return eval("("+text+")")
}
throw new Error("parseJSON")
I decided to use standard json library instead, less unexpected
problems.
Jevs
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---