e writing code to autogenerate
L<OpenAPI|https://swagger.io/> server code. In OpenAPI, you have a JSON or
YAML document that specifies OpenAPI routes. Ignoring the rest of the
document, let's just loo
'200': # status code
description: A JSON array of user names
content:
application/json:
schema:
type: array
u, but sadly, it only writes client code
for Perl, not server code. So you want to read the above JSON document and
autogenerate code that looks like this:
package My::OpenAPI::Controller::Users;