Milan Suk
Milan Suk
Hey, if I'm not mistaken, the addition of random example compiler was quite ad-hoc as I needed it in the `effect-http`. It's possible I'll remove it from this package and...
Hey, not sure I understand. Do you mean literally to stringify the openapi spec?
In the `effect-http` I simply call [ServerResponse.json](https://github.com/sukovanej/effect-http/blob/master/src/SwaggerRouter.ts#L153) and the impl of the encoding is in the [@effect/platform/internal/http/body](https://github.com/Effect-TS/platform/blob/main/packages/platform/src/internal/http/body.ts#L76) - so basically it's `JSON.stringify`. I think the openapi spec will be generally...