Interesting, when I use your example with jsFiddle there are no
wrapping quotes (which is good), but when I use Firebug directly to
return JSON.encode({apple: 'red', lemon: 'yellow'} it comes wrapped in
double quotes, which mirrors what im seeing on my server side code.

I dont understand whats going on...

On Apr 17, 10:59 pm, Sanford Whiteman <[email protected]>
wrote:
> > -- but instead in firebug I get this
> > "{"apple":"red","lemon":"yellow"}"
>
> Can you show this in a jsFiddle?
>
> I see no such anomaly here
>
>    http://jsfiddle.net/Drm9F/
>
> and  such a bug would be causing wide-ranging problem if it existed in
> a basic environment.
>
> It's surely something about the way you are reencoding the data before
> putting it on the wire, not JSON.encode().
>
> -- Sandy
>
> --
> Subscription 
> settings:http://groups.google.com/group/mootools-users/subscribe?hl=en

Reply via email to