[Catalyst] Using JSON
Octavian Rasnita
orasnita at gmail.com
Wed Apr 15 05:17:38 GMT 2009
Ok, thank you all for your recommendations.
So C::V::JSON would be the way to go for creating JSON and C::C::REST for
creating/parsing.
I don't know yet if I would need to parse JSON if I use JQuery because I've
seen that it can get the data in JSON format, but it sends the requests to
the server in the standard CGI format using var1=valu1&var2=value2... so I
might not need to parse JSON but just to create it.
Anyway, now I know which would be the right way of creating JSON too if I
would need it.
Thank you.
--
Octavian
----- Original Message -----
From: "Tomas Doran" <bobtfish at bobtfish.net>
To: "The elegant MVC web framework" <catalyst at lists.scsys.co.uk>
Sent: Wednesday, April 15, 2009 12:12 AM
Subject: Re: [Catalyst] Using JSON
On 14 Apr 2009, at 16:05, Octavian Râşniţă wrote:
>
> What's the recommended module for getting a JSON request and creating a
> JSON response in a Catalyst app?
> (I want to use them with JQuery.)
>
I'm using Catalyst::Controller::REST to go to/from JSON.
HTH
t0m
_______________________________________________
List: Catalyst at lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/
More information about the Catalyst
mailing list