We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace8a36 commit e9020f0Copy full SHA for e9020f0
examples/README.md
@@ -1,8 +1,11 @@
1
# Examples
2
3
+## Usage
4
+
5
* [Build & Serialize](complex_serialize.py)
6
* [Deserialize](complex_deserialize.py)
7
-----
8
+## Data models
9
-see examples how to use data models in the [test data](../tests/data.py)
10
+The [`models` test data](../tests/_data/models.py) holds also examples for complete structures
11
+with all possible use cases, all nesting, and advanced complexity.
0 commit comments