Actions
Refactor #25913
closedAdd helpers for snake and camel case
Description
While our API serves JSON with snake case keys, js uses camel case. We need to transform the JSON keys to camel case to remove linting errors and do the opposite when posting data to server. As a developer, I expect that core will provide a convenient way how to do this.
Actions