TCamelCaseNamingStrategy Class
Naming strategy that produces camelCase JSON names with field prefix removal.
Remarks
First strips the leading F prefix from field names, then lowercases the first letter of the result. For example, field FFirstName becomes firstName, and property FirstName also becomes firstName.
Syntax
Unit: Bcl.Json.NamingStrategies
TCamelCaseNamingStrategy = class(TJsonNamingStrategy);