@sabinmarcu/utils-fsFunctionsreadJsonreadJson CallablereadJson<T>(path: string): Promise<T>Reads a JSON file and returns its contents (async)Type parametersTParameterspath: stringThe path to be readReturns Promise<T>The contents of the file
Reads a JSON file and returns its contents (async)