JSONSerializerSettings.SerializeArraysAsObjects
Usage:
Description:
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: