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

Update README.md

This commit is contained in:
RGBCube 2022-01-28 20:26:30 +03:00 committed by GitHub
parent 66932d0ef4
commit a6b61ed6f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,3 +33,13 @@ If the pathmagic kwarg is given, (if str)it will split it by the +'s and follow
#### Returns:
* `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