Skip to content

Commit

Permalink
docs: revisit examples readme (#725)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Oct 25, 2024
1 parent ace8a36 commit e9020f0
Showing 1 changed file with 5 additions and 2 deletions.
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.

0 comments on commit e9020f0

Please sign in to comment.