json-gold icon indicating copy to clipboard operation
json-gold copied to clipboard

Default JSON-LD options depend on processing mode

Open kazarena opened this issue 6 years ago • 0 comments

The newest 1.1 spec refers to at least one case when default options depend on the chosen processing mode. See https://github.com/ruby-rdf/json-ld/commit/226e05d5b8ffcb930334902ef8c3cd1d19d2bd28 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.

kazarena avatar Feb 24 '19 18:02 kazarena