So `{"a": [{ "bar": 1 },"Hi",4]}` now becomes ``` class AutoGenerated JSON.mapping({ a: { type: Array(NamedTuple(bar: Int32) | String | Int32) } }) end ```