1
Fork 0
mirror of https://github.com/RGBCube/JsonWrapper synced 2025-07-27 11:47:45 +00:00
This commit is contained in:
RGBCube 2022-01-26 22:28:50 +03:00 committed by GitHub
parent 6995612cd8
commit e899fca206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.