mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
Create set.py
This commit is contained in:
parent
15c196ae02
commit
87087a01db
1 changed files with 5 additions and 0 deletions
5
examples/set.py
Normal file
5
examples/set.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from json_wrapper import JsonWrapper
|
||||||
|
|
||||||
|
db = JsonWrapper("example.json")
|
||||||
|
|
||||||
|
db.set("a", ["valu
|
Loading…
Add table
Add a link
Reference in a new issue