Package loose file

I need to parse a json file in a packaged game. in the packaged state it doesn’t seem to find the file. After researching, my guess is that the file get’s compressed. How would I prevent that from happening? I tried adding it to s folder and putting it in additional non asset directories to package in the project settings, but that didn’t seem to make a difference.