how to stack multiple IF checks Json code example
Example 1: check if anything in a list is in a string python
y = any(x in String for x in List)
Example 2: ruby on rails test if all parameters in json request are here
if(params.has_key?(:one) && params.has_key?(:two))