respAddNullValue()

This procedure adds Null value for existing field.

ParameterTypeDescription
ptrPOINTERMandatoryPointer to field

The procedure returns pointer of field. If procedure can’t add value, then returns null.

NOTE: User do not need to provide any value. Procedure automatically adds null to JSON.`

Examples:

xxPtr = respAddField('data': 'contact');
respAddNullValue(xxPtr);