From a6b61ed6f04fdec88956cb29d121b09a70343047 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Fri, 28 Jan 2022 20:26:30 +0300 Subject: [PATCH] Update README.md --- docs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/README.md b/docs/README.md index 245423a..758d87c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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