mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
Update README.md
This commit is contained in:
parent
83c047ec16
commit
0885ae2ebe
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -37,7 +37,9 @@ data = db.all()
|
|||
print(data)
|
||||
```
|
||||
Output
|
||||
`{'test': 123}`
|
||||
```
|
||||
{'test': 123}
|
||||
```
|
||||
## `db.rem("test")`
|
||||
Code
|
||||
```python
|
||||
|
@ -58,5 +60,7 @@ data = db.all()
|
|||
print(data)
|
||||
```
|
||||
Output
|
||||
`{'test': 123}
|
||||
{}`
|
||||
```
|
||||
{'test': 123}
|
||||
{}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue