Read and parse a JSON file.
Expected type of the parsed JSON content.
Path to the JSON file
Parsed JSON content as type T.
T
Will throw if the file cannot be read or contains invalid JSON.
Read and parse a JSON file.