NAME
Daje::Workflow::Config - Loads the JSON based configs and put them in a hash
SYNOPSIS
use Daje::Workflow::Config;
# Single file
my $config = Daje::Workflow::Config->new(
path => "path",
)->load($filename);
my $parameter = "key";
my $value = $config->param($parameter);
my $parameter = "key1.key2";
my $value = $config->param($parameter);
DESCRIPTION
Daje::Config is loading workflows from JSON files in a set folder
REQUIRES
METHODS
load($self,
load($self,();
param($self,
param($self,();
AUTHOR
janeskil1525 <janeskil1525@gmail.com>
LICENSE
Copyright (C) janeskil1525.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.