Changes
2 changed files (+3/-1)
-
-
@@ -98,6 +98,8 @@ var keywords = Terms{VocabKw, } const NullTerm Term = "-" type ContextObject struct { ID interface{} `jsonld:"@id,omitempty,collapsible"` Type interface{} `jsonld:"@type,omitempty,collapsible"`
-
-
-
@@ -21,7 +21,7 @@ func TestRef_MarshalText(t *testing.T) {func TestContext_MarshalJSON(t *testing.T) { url := "test" c := Context{"_": IRI(url)} c := Context{NullTerm: IRI(url)} //c.Language = "en-GB" out, err := c.MarshalJSON()
-