From 4e04465ba6b8f367bba991414be99a1e0eea1f56 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Thu, 12 May 2016 09:37:16 +0200 Subject: [PATCH] Explain why JSON is not hypermedia. Closes #32. --- web-apis/index.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/web-apis/index.html b/web-apis/index.html index 166c2d6..535693a 100644 --- a/web-apis/index.html +++ b/web-apis/index.html @@ -996,6 +996,40 @@

+
+

+ Other media types can also have links,
+ if an interpretation is specified. +

+
    +
  • + A regular JSON document cannot have hyperlinks. +
      +
    • + { "url": "http://perdu.com/" } is not a link. +
    • +
    • + The application/json media type
      + does not specify an interpretation for links. +
    • +
    +
  • + +
+
+