On 9/13/06, Nilson Santos Figueiredo Junior <[EMAIL PROTECTED]> wrote:
> I've recently started using lots of JSON on one of my current
> application so I felt the need to come up with a DBIC row to JSON
> serializer.

What's the major benefit over:

my $json = JSON::Syck::Dump({ $row->get_columns });

If there is, then great! But, I'm not sure how a component really
gains over what seems to be a one-liner.

Thanks,
Rob

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to