json.isNull(value)
Description
This function is utilized to check for the null value allowed in a JSON string.
Parameters
- value – the value to check whether it is null from the JSON data
Return
Returns true if the value specified is a null read from a json
Examples