noun
camel case; medial capitals
A naming convention in computing where compound words are joined without spaces and each word after the first is capitalized, e.g., 'camelCase'.
変数名にはキャメルケースを使うことが多い。
Camel case is often used for variable names.
このAPIではキャメルケースのキーが推奨されている。
This API recommends camel case keys.