Re: Use typespec for generating API docs and json schema
Max Lapshin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMxVRxD0VPUOHdG+Hmv1RC5BphkvNLHQ0X2OKQiDaqJ19FLiSA@mail.gmail.com> |
Next step will be trying to add some marshalling-demarshalling code for json -> input -> function -> output -> json translation On Fri, Sep 25, 2020 at 3:47 PM Max Lapshin <[email protected]> wrote: > > Here is what we have done so far: https://github.com/flussonic/type_mapper > > It can validate your input, translate json map (jsx output) to record > or structured correct map.