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

Create README.md

This commit is contained in:
RGBCube 2022-01-28 20:05:11 +03:00 committed by GitHub
parent 409e800c88
commit 30d89fe9b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
docs/README.md Normal file
View file

@ -0,0 +1,10 @@
# 📋 Table of Contents
<!-- will be updated soon -->
# *class* `json_wrapper.JsonWrapper(json_path: str)`
### Methods
* *def* `set(key: str, value, *, pathmagic: (str, list) = "")`
* *def* `get(key: str, *, default=None, pathmagic: (str, list) = "")`
* *def* `all()`
* *def* `rem(key: str, *, pathmagic: (str, list) = "")`
* *def* `nuke(*, pathmagic: (str, list) = "")`
## *def* `set(key: str, value, *, pathmagic: (str, list) = "")`