Help for this page
package MyApp::Config { use Moo; ... decode_json( $self->config_file->slurp_utf8 ); } }
has start_date => ( is => 'ro', isa => DateTimeUTC, coerce => 1, );