Jq can't read files when installed with snap

I installed jq with snap but it can’t read files:

$ jq . clientupdate.json
jq: error: Could not open file clientupdate.json: Permission denied

I’ve even given universal rw permission to the file but it still can’t read it.

I’ve also tried with

sudo snap install jq --classic

but still get the same error.

See: