Property ArrayIndex

Assembly: redb.Core.dll

Array index or dictionary key.
For arrays: "0", "1", "2", etc.
For dictionaries: string key.
NULL for non-collection fields.

[JsonPropertyName("array_index")]
public string? ArrayIndex { get; set; }