jsonNamingConvention property

NamingConvention? jsonNamingConvention
final

The naming convention to use for JSON property names.

If null, the convention will be auto-detected from the JSON structure.

Implementation

final NamingConvention? jsonNamingConvention;