1
Fork 0
mirror of https://github.com/RGBCube/JsonWrapper synced 2025-07-27 19:57:44 +00:00

Update README.md

This commit is contained in:
RGBCube 2022-01-15 15:35:43 +03:00 committed by GitHub
parent 7c9a2e3ba4
commit 391a67816b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ Output
{'test': 123} {'test': 123}
``` ```
## `db.get()` ## `db.get()`
### Normal usage #### Normal usage
Code Code
```python ```python
from db import ClutterDB from db import ClutterDB
@ -58,7 +58,7 @@ Output
``` ```
123 123
``` ```
### Using without `default` kwarg #### Using without `default` kwarg
Code Code
```python ```python
from db import ClutterDB from db import ClutterDB
@ -73,7 +73,7 @@ Output
``` ```
None None
``` ```
### Using with `default` kwarg #### Using with `default` kwarg
Code Code
```python ```python
from db import ClutterDB from db import ClutterDB