Taken from https://github.com/interagent/http-api-design#downcase-paths-and-attributes
Downcase attributes as well, but use underscore separators so that attribute names can be typed without quotes in JavaScript, e.g.:
service_class: "first"
What does it mean by "attribute names can be typed without quotes"?