mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
Update set.py
This commit is contained in:
parent
0c5550d57e
commit
557ca41587
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ db.set("a", 123, pathmagic="example+path")
|
|||
|
||||
data = db.all()
|
||||
|
||||
print(data) # 'example': {'path': {'a': 123}}}
|
||||
print(data) # {'example': {'path': {'a': 123}}}
|
||||
|
||||
db.nuke()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue