Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -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.