Getting Started¤
Installation¤
pip install jsfInstalled
Usage¤
From your Python program¤
From the command line¤
System installation¤
First, you'll need to install jsf[cli]
as it has the additional dependencies for the command line tools.
pip install jsf[cli]Installed
Now the cli is installed, all you will need to do is supply the JSON schema and the file path you wish to save the output to.
Docker¤
For convenience, you can also make use of the Docker image that is provided so there is no need to rely on package management.