Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

speee/jsonschema2swift

Repository files navigation

jsonschema2swift

json schema to generate swift code

インストール

$ git clone <本リポジトリ>
$ cd jsonschema2swift
$ git submodule init
$ git submodule update
$ xcodebuild -project jsonschema2swift.xcodeproj

実行方法

$ ./bin/jsonschema2swift {json schema} {output directory}

example

$ ./bin/jsonschema2swift test1.json ./output

出力ファイル

example

  • Enttiy/*.swift
  • Api.swift

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages