File Handling: Enhance the file reading capabilities by allowing options to be passed to both readFile and readFileSync methods, improving flexibility for users.
Fixes
Fix an issue where semicolons were incorrectly included in the JSON file handling code, ensuring cleaner and more consistent code execution.
Resolve formatting inconsistencies in the test files by standardizing indentation to two spaces, making the code easier to read and maintain.