solid-rest icon indicating copy to clipboard operation
solid-rest copied to clipboard

Handle JSON-LD

Open jeff-zucker opened this issue 4 years ago • 1 comments

We need to

  • check that the correct content type is associated with json-ld files
  • handle the Accept header in requests
    • send turtle/json depending on header
    • reject requests for wrong type
  • make sure response.json() works as expected

jeff-zucker avatar Nov 05 '20 16:11 jeff-zucker

JSON-LD works, but we don't examine the Accept header, only send JSON-LD for *.jsonld files.

jeff-zucker avatar Dec 16 '20 18:12 jeff-zucker