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 $value = $config->param($parameter);

DESCRIPTION

Daje::Config is loading workflows from JSON files in a set folder

REQUIRES

Daje::Workflow::Config

Daje::Config

Mojo::Base

v5.40

METHODS

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.