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

Latest commit

 

History

History
31 lines (22 loc) · 513 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 513 Bytes

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