http://qs321.pair.com?node_id=11146277


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 );