Skip Menu |

This queue is for tickets about the Catalyst-View-JSON CPAN distribution.

Report information
The Basics
Id: 60564
Status: rejected
Priority: 0/
Queue: Catalyst-View-JSON

People
Owner: Nobody in particular
Requestors: perl [...] evancarroll.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.30
Fixed in: (no value)



Subject: JSON::Syck deprecation
You shouldn't deprecate JSON::Syck. The functionality isn't present in any of the alternatives. Currently, there is a warning issued that JSON::Syck is deprecated. See this post for more information. http://stackoverflow.com/questions/3391967/how-do-i-turn-moose-objects- into-json-for-use-in-catalyst -- Evan Carroll System Lord of the Internets http://www.evancarroll.com
I think we cover this by saying a Perl object is expected to supply a TO_JSON method to do the conversation. I think that is pretty sane and the best compromise.