TDefaultNamingStrategy Class
Default naming strategy that uses the member name with field prefix removal.
Remarks
For fields, strips the leading F prefix (e.g., field FFirstName becomes FirstName). For properties, returns the name unchanged (e.g., property FirstName stays FirstName).
This is the strategy used when no explicit naming strategy is configured.
Syntax
Unit: Bcl.Json.NamingStrategies
TDefaultNamingStrategy = class(TJsonNamingStrategy);