Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 2.09 KB

README.md

File metadata and controls

37 lines (23 loc) · 2.09 KB

Say-What

CodeFactor Maintenance GitHub license GitHub release GitHub tag Github all releases GitHub stars GitHub issues GitHub issues-closed

Rapidly create JSON Serializable classes for Unity using sample JSON

say-what-demo

Quick Start

  1. Clone the repo

  2. Create a json file with the title of your JSON response, i.e. VerifyToken.json

  3. In a terminal, run python3 createjsonclass.py -f <path-to-file>/VerifyToken.json

Required Args

  • -f / --File: Provide path to the file you wish to convert

Optional Args

  • -p / --Path: Provide output path of the file. Default: "./"

Dependencies

  • Python 3.8.2

NOTE: This code is untest on other version of python