We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "label": "Sample Data", "forCollection": { "value": "Sample Collection" }, "date": 123093091209, "seeAlso": { "@id": "https://example.com/42", "label": { "en": "external resource", "none":"externalatio"}, }, "__rerum": { ... } }
Becomes...
{ "label": "Sample Data", "forCollection": { "value": "Sample Collection" }, "date": 123093091209, "seeAlso": { "@id": "https://example.com/42", "label": { "en": "external resource", "none":"externalatio"}, } }
Compare to compact which will promote value and @id properties with prejudice.
compact
value
@id
The text was updated successfully, but these errors were encountered:
thehabes
Successfully merging a pull request may close this issue.
Becomes...
Compare to
compact
which will promotevalue
and@id
properties with prejudice.The text was updated successfully, but these errors were encountered: