Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed frame on type @json #146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fixed frame on type @json #146

wants to merge 1 commit into from

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