JsonInterface.Deserialize(String, List<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 nanosecond timing precision mode.

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

 

Method Signature

JsonInterface.Deserialize(

String json,


List<Structure> listOfStructure)

 

 

Arguments

json


Description:

JSON formatted text from which the Structure will be deserialized.

 

 

listOfStructure


Description:

List of Structures to populate from deserialization.

 

 

 

Syntax

myJsonInterface1.Deserialize(myString1, myListOfStructure1);

 

 

See also

JsonInterface Object

JsonInterface.Deserialize

JSON-Formatted Data Guide