Enabling Null Property Values to Appear When Serializing Concepts to XML or JSON
By default concept properties with null values are excluded when concept objects (instances) are serialized to XML or JSON. You can override this behavior.
Setting the following property to false in the studio.tra
file causes properties with null values to be included in the XML representation of a concept:
tibco.be.schema.exclude.null.props=false
To enable null property value while serializing concepts to JSON, add the following property in the CDD editor or to the be-engine.tra
file:
tibco.be.schema.exclude.null.props=false