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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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