從https://github.com/interagent/http-api-design#downcase-paths-and-attributes優勢snake_case在駝峯在JSON的REST
Downcase attributes as well, but use underscore separators so that attribute names can be typed without quotes in JavaScript, e.g.:
service_class: "first"
採取什麼它的「屬性名稱可以不帶引號鍵入」是什麼意思?
你已經用'json'標記了這個問題,所以我想指出的是,如果你使用JSON,你的名字 - 值對中的名字必須總是被引用。這是有效JSON的要求(http://stackoverflow.com/a/2068074/1281907)。 – talemyn 2014-09-29 18:33:46