JsonInterface.DeserializeFromFile Method

Top 

Description

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

 

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.

 

Overload List

Signatures

Return Value

Description

JsonInterface.DeserializeFromFile(String filename, List<Structure> listOfStructure)

None

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

JsonInterface.DeserializeFromFile(String filename, Object structure)

None

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

 

 

See also

JsonInterface Object

JSON-Formatted Data Guide