mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
Update README.md
This commit is contained in:
parent
0df6c16faa
commit
66932d0ef4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
### Methods
|
||||
* [*def* `set(key: str, value, *, pathmagic: (str, list) = "")`](https://github.com/RGBCube/json-wrapper/tree/main/docs#def-setkey-str-value--pathmagic-str-list--)
|
||||
* [*def* `get(key: str, *, default=None, pathmagic: (str, list) = "")`]() TODO
|
||||
* [*def* `get(key: str, *, default=None, pathmagic: (str, list) = "")`](https://github.com/RGBCube/json-wrapper/blob/main/docs/README.md#def-getkey-str--defaultnone-pathmagic-str-list--)
|
||||
* [*def* `all()`]() TODO
|
||||
* [*def* `rem(key: str, *, pathmagic: (str, list) = "")`]() TODO
|
||||
* [*def* `nuke(*, pathmagic: (str, list) = "")`]() TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue