You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# JSON Type Definition Code Build
2
2
3
-
jtd-codebuild is a tool for generating language specific schemas and interfaces code from JSON Type Definition IDL files in yaml format.
3
+
jtd-codebuild is a tool for generating language specific schemas and interfaces code from JSON Type Definition IDL files in either yaml or json format.
4
4
5
5
This tool is built on top of [`jtd-codegen`](https://jsontypedef.com/) so check out the documentation if you don't have a clue about JSON Type Definition.
6
6
@@ -18,7 +18,7 @@ pip install jtd-codebuild
18
18
19
19
First, you need to create a configuration file named `jtd-codebuild.json` in the root of your project. (See [Configuration](#configuration))
20
20
21
-
Then, write JSON type definition IDL files in yaml format in the directory you specified in the configuration file.
21
+
Then, write JSON type definition IDL files in either yaml or json format in the directory you specified in the configuration file.
22
22
23
23
After all of that, you can run the command below to generate code.
0 commit comments