Skip to content

Latest commit

 

History

History

python-generate-json-serializer-and-deserializer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Python models with JSON serializer and deserializer

A basic example of how to generate models and which includes a way to serialize them into and from JSON.

How to run this example

Run this example using:

npm i && npm run start

If you are on Windows, use the start:windows script instead:

npm i && npm run start:windows