Json Model Creator
Json Model Creator is a utility used to analyze json text and generate the corresponding data models, which can be used by the Unity built-in JsonUtility or any other Serializer/Deserializer.
There is a visualized edit page to modify the models converted from the json text, or you can use it to create your data models from the beginning. Free to set a model as class or struct, and set a field as array or list.
- Analyze json text automatically
- Support editing data models using visualized tools
- Support creating models from the beginning
- Free to set a model as class or struct
- Free to set a field as array or list
- Support saving the workspace
- Support custom namespace during generating scripts