es are JSON options, C<config_from_file> support, C<autosplit>, and C<autorange>.
For JSON support, you can use a coercion on the attribute, turning it from a
string to a ref via C<decode_json>.
To
do something
like this in your script file:
use JSON 'decode_json';
use Path::Tiny;
MyApp->new_with_options(
map decode_json(path($_)->slurp),
grep -f,
"$ENV{HOM