Is your feature request related to a problem? Please describe.
Why does the shape API serialize every column as a string? It makes it difficult/inefficient to decode JSON to model types on the client for example in Swift.
Describe the solution you'd like
Encode columns best effort to their respective JSON type.