{"arg":"condition","description":"the condition which should be checked"},
{"arg":"result_when_true","description":"the result which will be returned when the condition is true or another value that does not convert to false."},
{"arg":"result_when_false","description":"the result which will be returned when the condition is false or another value that converts to false like 0 or ''. NULL will also be converted to false."}