fig;
use Mojo::Base -base, -signatures;
use Mojo::JSON qw {decode_json from_json};
use Mojo::File;
# NAME
# ====
#
# Daje::Config - Loads the JSON based configs and put them in a hash
#
# SYNOPSIS
h",
# )->load_list();
#
# DESCRIPTION
# ===========
#
# Daje::Config is loading workflows from JSON files in a set folder
#
# LICENSE
# =======
#
# Copyright (C) janeskil1525.
#
# This library is f
w($file);
my $tag = substr($path->basename(), 0, index($path->basename(), '.json'));
$config->{$tag} = from_json($path->slurp())->{$self->type()};
return $config;
}
# List of workflows i