jsonschema-codegen 0.0.1

Generate strongly typed code from JSON Schema across multiple languages.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "jsonschema-codegen"
version = "0.0.1"
edition = "2021"
description = "Generate strongly typed code from JSON Schema across multiple languages."
license = "Apache-2.0"
repository = "https://github.com/hezhangjian/jsonschema-codegen"
homepage = "https://github.com/hezhangjian/jsonschema-codegen"

[dependencies]