mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
fuck
This commit is contained in:
parent
6995612cd8
commit
e899fca206
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Execute `pip install json-wrapper`.
|
||||||
|
|
||||||
Add `from json_wrapper import JsonWrapper` to the top of your project.
|
Add `from json_wrapper import JsonWrapper` to the top of your project.
|
||||||
# 📄 Docs
|
# 📄 Docs
|
||||||
> Assume that we did `db = JsonWrapper("example.json)`
|
> Assume that we did `db = JsonWrapper("example.json")`
|
||||||
## `db.set(key: str, value, *, pathmagic="")`
|
## `db.set(key: str, value, *, pathmagic="")`
|
||||||
Sets the key to the value in the JSON.
|
Sets the key to the value in the JSON.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue