mikekelly / hal_specification

HAL Specification
http://stateless.co/hal_specification.html
618 stars 58 forks source link

json example adjusted to xml example #7

Closed DracoBlue closed 11 years ago

DracoBlue commented 11 years ago

The rel in case of the json example does state "orders" and not "order". If I properly understand the XML example, I guess it should be "order".

mikekelly commented 11 years ago

from memory I think I did this to stop people freaking out about a singular-named array in json. but I guess it's important to keep these consistent

thanks for the PR