Practice – devcor_350-901

Strength:
0%
Answered: 0 • Correct: 0 • Incorrect: 0

Logged in as Guest

Choose a consistent field naming style for JSON APIs.

Drag the correct code snippets from the options panel into the placeholders in the code window.

# Choose consistent field style: {{1}}

Drag a snippet from the right into each blank box in the code.

Available snippets

snake_case for fields (for example, created_at)
camelCase for some, snake_case for others
Random naming per endpoint