• Read a JSON file from the file system.

    Returns

    An object parsed from the JSON file.

    Parameters

    • path: PathLike

      The path to the JSON file.

    Returns {
        [key: string]: any;
    }

    • [key: string]: any

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.