JSONWriter.WritePropertyName

Syntax:

WritePropertyName(<PropertyName>)

Parameters:

<PropertyName> (required)

Type: String.
Property name.

Description:

Records a JSON property name.

Availability:

Thin client, server, thick client, external connection.

Example:

JSONWriter = New JSONWriter;
// Writing the JSON document
JSONWriter.WritePropertyName("String");
JSONWriter.WriteValue("String value");


    

1C:Enterprise Developer's Community