Move and access property files outside of jar

Hello!
I have a couple of .json files which I use within the “app-core” block. They are currently placed in app/core/src/resources/app-config/config.json. The problem is that I need quick access to these config files and I need them moved outside of the .jar.
Any help is greatly appreciated, because my knowledge of this topic is very limited.