Re: [heycam/webidl] Describe JSON-LD with WebIDL - How to handle @ tags (#541)

Note that you can also have something like this:

```webidl
interface Thing {
  object getJSONLD();
};
```
Where `getJSONLD` simply returns the JSON, either raw, or cleaned-up as described in prose somewhere.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/541#issuecomment-379757988

Received on Monday, 9 April 2018 13:48:04 UTC