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