Go to repository

Function readJSON

Retrieves an object with the data from a JSON file after reading the same from the command line. This function is useful here as most times you will want to retrieve data from the package.json file.

Parameters

  • fileLocation: string

    The location of the file to read.

Returns unknown