1
Fork 0
mirror of https://github.com/RGBCube/JsonWrapper synced 2025-07-27 11:47:45 +00:00

Update set.py

This commit is contained in:
RGBCube 2022-01-30 11:45:25 +03:00 committed by GitHub
parent 0c5550d57e
commit 557ca41587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()