Skip to content

Commit 4b6ad47

Browse files
committed
README and update examples
1 parent 7a56a14 commit 4b6ad47

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ json2python-models is a [Python](https://www.python.org/) tool that can generate
1313
## Features
1414

1515
* Full `typing` module support
16-
* Types merging - if some field could contains data of different types it will handle it
17-
* Fields and models names generation (unicode support included)
18-
* Similar models generalization
19-
* Handling recursive data structures (i.e family tree)
20-
* Detecting string literals (i.e. datetime or just stringify numbers)
21-
* Generation models as tree (nested models) or list
22-
* Specifying when dictionaries should be processed as is
23-
* CLI tool
16+
* **Types merging** - if some field contains data of different types this will be represent as `Union` type
17+
* Fields and models **names** generation (unicode support included)
18+
* Similar **models generalization**
19+
* Handling **recursive data** structures (i.e family tree)
20+
* Detecting **string literals** (i.e. datetime or just stringify numbers)
21+
* Generation models as **tree** (nested models) or **list**
22+
* Specifying when dictionaries should be processed as **`dict` type** (by default every dict is considered as some model)
23+
* **CLI** tool
2424

2525
## Examples
26-
[*skip*](#installation)
26+
[*skip to **Installation***](#installation)
2727

2828
```json
2929
[

0 commit comments

Comments
 (0)