xthexder / json-structgen

Generates Go structs from a Json Schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-structgen

Generates Go structs from a Json Schema

Usage

Build using go build

Run ./json-structgen struct.schema.json [package] > struct.go

All $ref paths are relative to the input file, nested $refs may break if they aren't in the same folder.

About

Generates Go structs from a Json Schema

License:MIT License


Languages

Language:Go 100.0%