News

You would use Is Null and Is Not Null in query expressions and SQL WHERE clauses. IsNull (), on the other hand, is a Visual Basic for Applications (VBA) function and would be used only in VBA modules.
In your case it seems that your input text is just an empty text. So by definition an empty string is not valid json and therefore the behaviour is undefined. The old implementation did not handle ...