JsonInterface.DeserializeFromFile(String, Object) 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.

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

 

Method Signature

JsonInterface.DeserializeFromFile(

String filename,


Object structure)

 

 

Arguments

filename


Description:

Filename to contain the serialized json data.

 

 

structure


Description:

Structure to populate from deserialization.

 

 

 

Syntax

myJsonInterface1.DeserializeFromFile(myString1, myObject1);

 

 

See also

JsonInterface Object

JsonInterface.DeserializeFromFile

JSON-Formatted Data Guide