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
66932d0ef4
commit
a6b61ed6f0
1 changed files with 10 additions and 0 deletions
|
@ -33,3 +33,13 @@ If the pathmagic kwarg is given, (if str)it will split it by the +'s and follow
|
||||||
|
|
||||||
#### Returns:
|
#### Returns:
|
||||||
* `Any`: The value of the key. Will return the default kwarg if the key is not found.
|
* `Any`: The value of the key. Will return the default kwarg if the key is not found.
|
||||||
|
|
||||||
|
#### [Example Usage]() TODO
|
||||||
|
|
||||||
|
## *def* `all()`
|
||||||
|
Returns all the json data.
|
||||||
|
|
||||||
|
#### Returns:
|
||||||
|
* `dict`: All the json data.
|
||||||
|
|
||||||
|
#### [Example Usage]() TODO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue