NAME
Daje::Workflow::Loader::Load - Loads the JSON based workflows and put them in a hash
SYNOPSIS
use Daje::Config;
# Single file
my $config = Daje::Config->new(
path => "path",
)->load($filename);
# All files in path
my $config = Daje::Config->new(
path => "path",
)->load();
DESCRIPTION
Daje::Config is loading workflows from JSON files in a set folder
REQUIRES
METHODS
load($self,
load($self,();
Load all workflows in the given path
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.