diff --git a/examples/README.md b/examples/README.md index c80af878..238028ea 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,8 +1,11 @@ # Examples +## Usage + * [Build & Serialize](complex_serialize.py) * [Deserialize](complex_deserialize.py) ----- +## Data models -see examples how to use data models in the [test data](../tests/data.py) +The [`models` test data](../tests/_data/models.py) holds also examples for complete structures +with all possible use cases, all nesting, and advanced complexity.