Close JSON File

The command closes and optionally saves the JSON file.

 

Input Arguments

 

0

Integer

JSON File Handle

The handle to the opened JSON file is returned by the “Open JSON File” MP command.

 

Return Arguments

 

1

Boolean

Save?

TRUE if the file should be saved; FALSE otherwise.

 

Returned Status

 

SUCCESS

The file was closed successfully.

FAILURE

The file could not be found.

 

Remarks

None.