Table of Contents

Bcl.Json.NamingStrategies Namespace

Classes

Name Description
TCamelCaseNaming​Strategy Naming strategy that produces camelCase JSON names with field prefix removal.
TDefaultNaming​Strategy Default naming strategy that uses the member name with field prefix removal.
TIdentityCamel​Case​Naming​Strategy Naming strategy that produces camelCase JSON names without field prefix removal.
TIdentityNaming​Strategy Naming strategy that uses the raw Delphi member name without any transformation.
TIdentitySnake​Case​Naming​Strategy Naming strategy that produces snake_case JSON names without field prefix removal.
TSnakeCaseNaming​Strategy Naming strategy that produces snake_case JSON names with field prefix removal.