Trying to give access to jq to a flatpak

I have been trying to get jq to work in a flatpak but I am having issues with the library that I am not fully understanding. Currently I can call jq and it is found in the path within the flatpak environment, but it says
jq: error while loading shared libraries: libjq.so.1: cannot open shared object file: No such file or directory
Again, this is from the flatpak sandbox bash shell not my normal shell.
I am not really sure how to give the flatpak access to this library. Can anyone point me to the right direction?
Thanks!
Np2

Are you approaching this as an app developer or a user of an existing app? Which app?

Where is jq coming from? It appears that it’s in the SDK, but not the platform. To make it available to an app, you’d either need to build it as a module in the app’s manifest or switch the app to use the SDK as the runtime (as many development tools do).

I am just a user of a flatpak, specifically obsidian. In obsidian I use a templater (plugin) script to call Jq on an api query result. I made jq available to the flatpak through flatseal.