JsonInterface.Deserialize(String, Structure) Method

Top 

Description

Populate data for the specified structure from the deserialization of a JSON string.

 

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.

 

Method Signature

JsonInterface.Deserialize(

String json,


Structure structure)

 

 

Arguments

json


Description:

JSON formatted text from which the Structure will be deserialized.

 

 

structure


Description:

Structure to populate from deserialization.

 

 

 

Syntax

myJsonInterface1.Deserialize(myString1, myStructure1);

 

 

See also

JsonInterface Object

JsonInterface.Deserialize

JSON-Formatted Data Guide