Hacker News new | ask | show | jobs
by leftnode 5512 days ago
Wait, why not? The JSON could return in a standard format that the client knows where to look for links to other documents.
1 comments

Sure, you can design a standard format on top of JSON, but that is rarely done. The whole appeal of it is for passing around ad-hoc data structures.

There are many hypermedia formats built on XML, but when it's just used as a data container for an API, it's not hypermedia.

Gotcha, that makes sense. Thanks.