• Load a JSON file and convert it into a variable, asynchronously.

    Parameters

    • variable: Variable

      Variable to store the variable

    • loadPath: string

      Path to the file

    • resultVar: Variable

      The variable where to store the result of the operation

    • removeCRCharacters: boolean

      If true, will remove \r characters usually added by Windows when editing files

    Returns void