Says undefined, so it's not accessing the properties properly with an
rdata.guid for instance.

Turns out, I need to eval the string which I couldn't get right at
first.  I tried eval(rdata); but it failed.

However, when I tried eval('(' + rdata + ')') it worked fine!  So why
is this how I have to eval it?  It would help me to understand how to
use it.

Thanks!


On Sep 12, 12:59 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> "I cannot access any properties of the object"
>
> Do you get an error?
> Not sure how to access the values?
> Something else?
>
> The first result is valid JSON (to see, just paste it into the
> excellent "JSON Viewer" you can download athttp://www.codeplex.com/JsonViewer)
>
> But you don't provide enough information on what's wrong, so it's
> difficult to tell you what's right

Reply via email to