You're right,
it's also possible to parse the String ;)

Tobias




-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Derrell Lipman
Gesendet: Dienstag, 5. Februar 2008 16:30
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] JSON and mysql

On Feb 5, 2008 10:24 AM, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote:
> you don't have to parse the result with
>
> qx.io.Json.parse(content);
>
> because it is a JSON-Object already.
>
> So remove all this converting-stuff ;)

Right.  And the function that it's internally using to parse the JSON
is qx.io.Json.parseQx(), not qx.io.Json.parse().  You could have
called this function with your text version too, for the same result.

Now I need to figure out why we have qx.io.Json.parse() at all, or if
it's just left-over cruft from some bygone era.

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to