NestedNameStyle

Speficies how D fields are mapped to form field names

Values

ValueMeaning
underscore

Use underscores to separate fields and array indices

d

Use native D style and separate fields by dots and put array indices into brackets

Meta