mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
Create README.md
This commit is contained in:
parent
409e800c88
commit
30d89fe9b1
1 changed files with 10 additions and 0 deletions
10
docs/README.md
Normal file
10
docs/README.md
Normal 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) = "")`
|
Loading…
Add table
Add a link
Reference in a new issue