piprate/json-gold

Default JSON-LD options depend on processing mode

Opened this issue · 0 comments

The newest 1.1 spec refers to at least one case when default options depend on the chosen processing mode. See ruby-rdf/json-ld@226e05d for example.

Out current implementation sets omitGraph to false, regardless of the mode.

It's an easy change to implement, but it will most likely break the interface, which should ideally be avoided.