File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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[
You can’t perform that action at this time.
0 commit comments