Skip to content

Commit 9bf38c8

Browse files
authored
Update README.md
1 parent 833613d commit 9bf38c8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# jsonschema-fill-default
22

3+
![Pepy Total Downloads](https://img.shields.io/pepy/dt/jsonschema-fill-default)
4+
5+
```bash
6+
pip install jsonschema-fill-default
7+
```
8+
39
Fill a JSON instance in Python with the missing defaults from its [JSON Schema](https://json-schema.org/) [Draft 2020-12](https://json-schema.org/draft/2020-12)-valid schema.
410

511
```python

0 commit comments

Comments
 (0)