JSONReader.Read

Syntax:

Read()

Returned value:

Type: Boolean.
True - the next node has been read;
False - end of JSON text reached.

Description:

Reads JSON value.

Availability:

Thin client, server, thick client, external connection.

Example:

JSONReader = New JSONReader;
JSONReader.OpenFile("c:/docs/data.json");
JSONReader.Read();


    

1C:Enterprise Developer's Community