in reply to Re^2: Framework for making Moose-compatible object from json
in thread Framework for making Moose-compatible object from json
has_json_string url => (); has_json_datetime datetime => ();What is the significance of "has_json_datetime"? How is that different from
has datetime => ( is => 'rw', isa => 'DateTime', coerce => 1 );
|
---|
In Section
Seekers of Perl Wisdom