Skip to content

Conversation

pasquale95
Copy link

@pasquale95 pasquale95 commented Jan 19, 2023

Fixed the frame for the case of framing over a @json attribute for the issue #142.
The previous frame expanded incorrectly as:

[
  {
    "http://example.org/vocab#info": [
      {
        "@type": "@json",
        "@value": {
          "@value": {},
          "@type": "@json"
        }
      }
    ]
  }
]

This frame expands instead as:

[
  {
    "http://example.org/vocab#info": [
      {
        "@type": "@json",
        "@value": {}
      }
    ]
  }
]

which should be the expected expansion.

@w3cbot
Copy link

w3cbot commented Jul 10, 2023

gkellogg marked as non substantive for IPR from ash-nazg.

@gkellogg gkellogg requested a review from davidlehn August 8, 2023 19:56
@gkellogg gkellogg added the defer-future-version Defer this issue until a future version of JSON-LD label Aug 23, 2023
@gkellogg gkellogg removed the defer-future-version Defer this issue until a future version of JSON-LD label Jul 29, 2024
@gkellogg gkellogg requested review from niklasl and pchampin July 29, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants