interagent / http-api-design

HTTP API design guide extracted from work on the Heroku Platform API
https://geemus.gitbooks.io/http-api-design/content/en/
Other
13.69k stars 1.07k forks source link

Remove erroneous reference to JSON property names. #6

Closed couchand closed 10 years ago

couchand commented 10 years ago

JSON attributes names can legally contain a dash, they're just harder to type in JavaScript code. Let's call a spade a spade here and admit that's why underscore separators are the standard.

mmcgrana commented 10 years ago

@couchand o good point! @geemus does this make sense to you too?

geemus commented 10 years ago

Seems fine. Thanks!