[Catalyst] Cross-link: How do I turn Moose objects into JSON for use in Catalyst?

Evan Carroll me at evancarroll.com
Tue Aug 3 20:56:18 GMT 2010


It also appears as if YAML::Syck does this very well:

perl -MJSON::Syck -MURI -E'say JSON::Syck::Dump( bless { foo =>
URI->new("http://www.evancarrol.com") } )'

-- 
Evan Carroll - me at evancarroll.com
System Lord of the Internets
web: http://www.evancarroll.com
ph: 281.901.0011



More information about the Catalyst mailing list