[]
Gets or sets a function that creates new items for the collection.
[JsonConverter(typeof(FunctionConverter))]
public virtual string NewItemCreator { get; set; }
If the creator function is not supplied, try to create an uninitialized item of the appropriate type.