Hi Ronivil,
You can achieve this by below process.
convert your whole JSON to text by using jSON serialize by passing JSON structure as input.

Then the Output of JSON serialize used in built text function (index) to get the keyword is available or not

If this returns>-1, that means keyword is available otherwise not.
Hope this will help you.
Dileep