private/New-BaseJsonObj.ps1

function New-BaseJsonObj {
    $BaseJsonObj = Import-PowerShellDataFile -Path $PSScriptRoot\BaseJsonTemplate.psd1
    $BaseJsonObj.BaseJson
}