UncertainValue

struct UncertainValue<T, U> : Codable where T : Decodable, T : Encodable, U : Decodable, U : Encodable

Handle JSON values that may be different values Such as possibly quoted numbers