Skip to content

Create JSON Serializable Unity classes based on sample JSON

License

Notifications You must be signed in to change notification settings

appdevelopmentandsuch/Say-What

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create JSON Serializable Unity classes based on sample JSON

Topics

Resources

License

Stars

Watchers

Forks

Languages