Closed cory-signalfx closed 5 years ago
Use a StringOrInteger type to unmarshal pesky numbers in string fields.
StringOrInteger
The API might return a number for Chart's filters.time.end or filters.time.end. Fixes #36
filters.time.end
Summary
Use a
StringOrInteger
type to unmarshal pesky numbers in string fields.Motivation
The API might return a number for Chart's
filters.time.end
orfilters.time.end
. Fixes #36