How to read a json file from the disk using swift 4 for Mac OS application ?

Hello, I need help to read a json file in my xcode project for mac os application. Here is the path of json file in my disk :


/Users/bishnudas/Library/Developer/Xcode/DerivedData/Unox_Student_Console-aufhqqmxtgklivfwbbyoooeifvka/Build/Products/Debug/SomeFileName.json


I want to read that file and store in a json object inside my swift code so that i can use that.