Making a python class easy serializable to json
When searching around the web on how to serialize a python class to json I found no easy and clean solution. So here is my best and cleanest solution for python3.
Making a python class easy serializable to json Read More »