Versions in this module Expand all Collapse all v0 v0.3.0 Aug 15, 2016 Changes in this version + type StringSlice []string + func (ss *StringSlice) UnmarshalJSON(data []byte) error v0.2.0 Jul 7, 2016 Changes in this version + type ID struct + ValueInt *Int + ValueString string + func (id *ID) UnmarshalJSON(data []byte) error + type Int struct + func (num *Int) UnmarshalJSON(data []byte) error + type Time struct + func (t *Time) UnmarshalJSON(data []byte) error