Like how dict return value was handled: ```py @app.get('/') def many(): return ['foo', 'bar', 'baz'] # -> become JSON response ```