/schema2code

translate json schema to multi language code

Primary LanguageGoMIT LicenseMIT

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.