Is it possible to load json as data for your package?

I have a bunch of data that I want to load via JSON when my package loads. I was able to get it working when testing. When I exported the package and loaded it it wasn’t able to load the json properly.

Is it possible to have a content/whatever.json within your package and load that when the package runs?