azurity / schema2code

translate json schema to multi language code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schema2code

Generate code from json-schema.

Supported output languages

Golang

Output code to the specified package. Validatiing data using custom UnmarshalJSON.

Typescript

Validatiing data using export function $check.

use with schema2code

  • go-dogma A library & tool for generating web interface definition code from documentation.

About

translate json schema to multi language code

License:MIT License


Languages

Language:Go 100.0%