JsonInterface.NullValueBehavior Property

Top 

Description

Specifies the behavior when reading null values from a JSON string. Note that when setting to a default value, -999 is used for Variable fields and an empty string is used for String fields. These values can be overidden with the @JsonNullValue annotation.

 

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 ( Set to default )

Valid Values:

Value

Label

0

Set to default

1

Ignore

2

Error

 

Syntax

myVariable1 = myJsonInterface1.NullValueBehavior;

 

myJsonInterface1.NullValueBehavior = myVariable1;

 

See also

JsonInterface Object

JSON-Formatted Data Guide