JSONSerializerSettings.SerializeArraysAsObjects

Usage:

Read and write.

Description:

Type: Boolean.
If the property value is True, the array will be serialized as a JSON object of the type:
{
"1":"Значение1",
"2":"Значение2",
"3":"Значение3"
}
If the property value is False, the array will be written as a JSON array.

Availability:

Thin client, server, thick client, external connection.

    

1C:Enterprise Developer's Community