NAME
Terse::Plugin::Config - JSON configs
VERSION
Version 0.03
SYNOPSIS
package MyApp::Plugin::Config;
use base 'Terse::Plugin::Config';
1;
$terse->plugin('config')->find('path/to/key');
$terse->plugin('config')->data->path->to->key;
AUTHOR
LNATION, <email at lnation.org>