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
[](https://github.com/sakars/JSOG/actions/workflows/cmake-single-platform.yml)
3
+
4
+
This is a tool for generating C++ files from JSON Schemas.
5
+
6
+
## Usage
7
+
`JSOG [options] <schema files>`
8
+
9
+
## Options
10
+
-`--help`: Display help message.
11
+
-`-h`: Alias for `--help`.
12
+
-`--output-directory <path>`: Output directory for generated files. Default is current directory.
13
+
-`-o`: Alias for `--output-directory`.
14
+
-`--dump-schemas`: Logs intermediate representation of schemas
15
+
for debugging purposes.
16
+
-`-d`: Alias for `--dump-schemas`.
17
+
-`--require <uri>`: Adds a JSON Schema URI to the list of required schemas.
18
+
-`-r`: Alias for `--require`.
19
+
-`--preferred-identifier <uri> <identifier>`: Sets the preferred identifier for a schema.
0 commit comments