JsonInterface.Deserialize 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.

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

 

Overload List

Signatures

Return Value

Description

JsonInterface.Deserialize(String json, List<Structure> listOfStructure)

None

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

JsonInterface.Deserialize(String json, Structure structure)

None

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

 

 

See also

JsonInterface Object

JSON-Formatted Data Guide