When building a RESTful / hypermedia API with JSON resources, it seems I have two options for specifying the hypermedia relationships between resources.
Embed t
They can even contain some JSON if needed! http://tools.ietf.org/html/draft-nottingham-link-hint-00
This approach allows delivery at the same time in all responses:
Of course the resource representation may contain links encoded in various forms, but the use of Link headers can provide the most important part of the dynamic structure of your site.
What makes this solution definitively appealing is IMHO the "accept-post" hint.