suppress @list · Issue #317 · jsonld-java/jsonld-java · GitHub
Skip to content

suppress @list #317

Description

@garpinc

Is there a way to have @list be suppressed and replaced with just a json list?

i.e:
with a context
"keyParts": {
"@id": "metaframe:keyParts"
}

I get this returned but I want it to be just a list

"keyParts" : {
      "@list" : [ {
        "uri" : "http://keypart1"
      }, {
        "uri" : "http://keypart2"
      } ]
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions