Transformed String Types: How quicktype Converts JSON String Values to Stronger Types
JSON often string-encodes complex data types, such as date-times. When coding, we would like to use our programming language's native types, not strings. quicktype lets us do that.