[Dbix-class] RFC: DBIx::Class::JSON

Rob Kinyon rob.kinyon at gmail.com
Thu Sep 14 03:55:11 CEST 2006


On 9/13/06, Nilson Santos Figueiredo Junior <acid06 at gmail.com> 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



More information about the Dbix-class mailing list