Versions in this module Expand all Collapse all v0 v0.6.0 Oct 5, 2022 v0.5.0 Jul 9, 2022 Changes in this version + type JSONLD interface + AsInt func(property string) int + AsObject func(property string) JSONLD + AsSliceOfObject func(property string) []JSONLD + AsSliceOfString func(property string) []string + AsString func(property string) string + AsTime func(property string) time.Time + Head func() JSONLD + Len func() int + Property func(property string) JSONLD + PropertyMap func(property string, languages ...string) string + Tail func() JSONLD + func New(value interface{}) JSONLD + type Map map[string]interface + func (m Map) AsInt(property string) int + func (m Map) AsObject(property string) JSONLD + func (m Map) AsSliceOfObject(property string) []JSONLD + func (m Map) AsSliceOfString(property string) []string + func (m Map) AsString(property string) string + func (m Map) AsTime(property string) time.Time + func (m Map) GetStringMap(property string, languages ...string) string + func (m Map) Head() JSONLD + func (m Map) Len() int + func (m Map) Property(property string) JSONLD + func (m Map) PropertyMap(property string, languages ...string) string + func (m Map) Tail() JSONLD + type Slice []interface + func (s Slice) AsInt(property string) int + func (s Slice) AsObject(property string) JSONLD + func (s Slice) AsSliceOfObject(property string) []JSONLD + func (s Slice) AsSliceOfString(property string) []string + func (s Slice) AsString(property string) string + func (s Slice) AsTime(property string) time.Time + func (s Slice) Head() JSONLD + func (s Slice) Len() int + func (s Slice) Property(property string) JSONLD + func (s Slice) PropertyMap(property string, languages ...string) string + func (s Slice) Tail() JSONLD + type String string + func (s String) AsInt(property string) int + func (s String) AsObject(property string) JSONLD + func (s String) AsSliceOfObject(property string) []JSONLD + func (s String) AsSliceOfString(property string) []string + func (s String) AsString(property string) string + func (s String) AsTime(property string) time.Time + func (s String) Head() JSONLD + func (s String) Len() int + func (s String) Property(property string) JSONLD + func (s String) PropertyMap(property string, languages ...string) string + func (s String) Tail() JSONLD + type Zero struct + func (z Zero) AsInt(property string) int + func (z Zero) AsObject(property string) JSONLD + func (z Zero) AsSliceOfObject(property string) []JSONLD + func (z Zero) AsSliceOfString(property string) []string + func (z Zero) AsString(property string) string + func (z Zero) AsTime(property string) time.Time + func (z Zero) Head() JSONLD + func (z Zero) Len() int + func (z Zero) Property(property string) JSONLD + func (z Zero) PropertyMap(property string, languages ...string) string + func (z Zero) Tail() JSONLD