Table of Contents

TIdentityCamelCaseNamingStrategy Class

Naming strategy that produces camelCase JSON names without field prefix removal.

Remarks

Lowercases the first letter of the raw member name without stripping the F prefix. For example, field FFirstName becomes fFirstName, and property FirstName becomes firstName.

Syntax

Unit: Bcl.Json.NamingStrategies

TIdentityCamelCaseNamingStrategy = class(TJsonNamingStrategy);