JSONReader.Close

Syntax:

Close()

Description:

Terminates JSON text reading from the file or string.

Availability:

Thin client, server, thick client, external connection.

Example:

JSONReader = New JSONReader;
JSONReader.OpenFile("c:/docs/data.json");
// Reading JSON file
JSONReader.Close();


    

1C:Enterprise Developer's Community