├── LICENSE ├── README.md ├── data.json └── example.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pydantic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pydantic/HEAD/README.md -------------------------------------------------------------------------------- /data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pydantic/HEAD/data.json -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pydantic/HEAD/example.py --------------------------------------------------------------------------------