Open ocramz opened 6 years ago
We currently detect only difference between String
s and Number
s.
However we commonly encode Date
s, URL
s, or Enum
s.
Making these types more accurate, would allow us to start processing the data without manual conversions.
(Could you elaborate on this one @mgajda ?)