JsonInterface.MissingPropertyBehavior Property

Top 

Description

Specifies the behavior when deserializing a JSON string and there is a field that is not in the structure.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Ignore )

Valid Values:

Value

Label

0

Ignore

1

Error

 

Syntax

myVariable1 = myJsonInterface1.MissingPropertyBehavior;

 

myJsonInterface1.MissingPropertyBehavior = myVariable1;

 

See also

JsonInterface Object

JSON-Formatted Data Guide