respAddNullField()

This procedure adds Null field into response.

ParameterTypeDescription
element30A VARYING, VARSIZEMandatoryName of element
fieldName30A VARYING, VARSIZEMandatoryField name

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

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

Examples:

respAddNullField('data': 'freeOfCharge');