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
87087a01db
commit
7c20335573
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
### Table of Contents
|
### Table of Contents
|
||||||
* [*class* `json_wrapper.JsonWrapper(json_path: str)`](https://github.com/RGBCube/json-wrapper/tree/main/docs#class-json_wrapperjsonwrapperjson_path-str)
|
* [*class* `json_wrapper.JsonWrapper(json_path: str)`](#class-json_wrapperjsonwrapperjson_path-str)
|
||||||
# *class* `json_wrapper.JsonWrapper(json_path: str)`
|
# *class* `json_wrapper.JsonWrapper(json_path: str)`
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [*def* `set(key: str, value, *, pathmagic: Union[str, List[str] = "")`](https://github.com/RGBCube/json-wrapper/tree/main/docs#def-setkey-str-value--pathmagic-unionstr-liststr--)
|
* [*def* `set(key: str, value, *, pathmagic: Union[str, List[str] = "")`](#def-setkey-str-value--pathmagic-unionstr-liststr--)
|
||||||
* [*def* `get(key: str, *, default=None, pathmagic: Union[str, List[str] = "")`](https://github.com/RGBCube/json-wrapper/tree/main/docs#def-getkey-str--defaultnone-pathmagic-unionstr-liststr--)
|
* [*def* `get(key: str, *, default=None, pathmagic: Union[str, List[str] = "")`](#def-getkey-str--defaultnone-pathmagic-unionstr-liststr--)
|
||||||
* [*def* `all()`](https://github.com/RGBCube/json-wrapper/tree/main/docs#def-all)
|
* [*def* `all()`](#def-all)
|
||||||
* [*def* `rem(key: str, *, pathmagic: Union[str, List[str] = "")`](https://github.com/RGBCube/json-wrapper/tree/main/docs#def-remself-key-str--pathmagic-unionstr-liststr--)
|
* [*def* `rem(key: str, *, pathmagic: Union[str, List[str] = "")`](#def-remself-key-str--pathmagic-unionstr-liststr--)
|
||||||
* [*def* `nuke(*, pathmagic: Union[str, List[str] = "")`](https://github.com/RGBCube/json-wrapper/blob/main/docs/README.md#def-nuke-pathmagic-unionstr-liststr--)
|
* [*def* `nuke(*, pathmagic: Union[str, List[str] = "")`](#def-nuke-pathmagic-unionstr-liststr--)
|
||||||
|
|
||||||
## *def* `set(key: str, value, *, pathmagic: Union[str, List[str] = "")`
|
## *def* `set(key: str, value, *, pathmagic: Union[str, List[str] = "")`
|
||||||
Sets the key value pair in the json.
|
Sets the key value pair in the json.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue