JSONWriter.WriteRaw

Syntax:

WriteRaw(<String>)

Parameters:

<String> (required)

Type: String.
Строка, записываемая в документ JSON.

Description:

Records a custom string in the document while the document structure is not checked.
If the method is used and the ValidateStructure property is set to True, then the structure check continues to the following item.

Availability:

Thin client, server, thick client, external connection.

Example:

JSONWriter = New JSONWriter;
// Writing the JSON document
JSONWriter.WriteRaw("Simple string");


    

1C:Enterprise Developer's Community