Rapidly create JSON Serializable classes for Unity using sample JSON
-
Clone the repo
-
Create a json file with the title of your JSON response, i.e.
VerifyToken.json
-
In a terminal, run
python3 createjsonclass.py -f <path-to-file>/VerifyToken.json
-f / --File
: Provide path to the file you wish to convert
-p / --Path
: Provide output path of the file. Default: "./"
- Python 3.8.2
NOTE: This code is untest on other version of python