selecsosi / json_serialization

Showcasing some functionality of the json library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Json Serialization/Deserialization

This library showcases some of the functionality around serializing and deserializing objects using the json library. The main functionality is demonstrated in the test suite located in tests/test_core.py

To run the tests execute

python -m json_serialization.tests.test_core

from the top level directory

Don't forget to install the requirements pip install -r requirements.txt

About

Showcasing some functionality of the json library


Languages

Language:Python 100.0%