Gets or sets the maximum depth allowed when reading or writing nested TOML containers.
public int MaxDepth { get; init; }
A value of 0 uses the default maximum depth of 64, mirroring System.Text.Json.
0
System.Text.Json