JSONReader.SetString

Syntax:

SetString(<JSONString>)

Parameters:

<JSONString> (required)

Type: String.
A string, containing text in JSON format.

Description:

Defines the row containing JSON text to be read by the given object. If JSON has already been read from another file or rows before this method is called up, the reading will stop and the object initializes for reading from the row shown.

Availability:

Thin client, server, thick client, external connection.

Example:

JSONReader = New JSONReader;
JSONReader.SetString("{}");


    

1C:Enterprise Developer's Community