I'm currently working with a text file that has a structure similar to a JSON object. After reading the file using the fs.readFileSync(filePath).toString() command, it converts the contents into a string. I'm now wondering how I can effectively use this data as a JSON object.