Query a json file inside actions.py

I have a json file with numerous key-value pairs and I’d like to create custom actions to query from the file using a session id and return specific values. My file has only about 100 entries for now. Is using Knowledge Base actions the right way to do so? Or is there a simpler way?

Hey @arkokundu what do you want to do with the information from the json file? Set it to some slots? Or send info back to the user? Would be good to get some more details on your use case

send info back to users