From 0c5550d57eae78065f920a43b9b7d58ca2d0692b Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sun, 30 Jan 2022 11:45:05 +0300 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0339890..2a17ffe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,7 +19,7 @@ If the pathmagic kwarg is given, (if str)it will split it by the +'s and make di * value (`Any`): The value for the key value pair. * pathmagic (`Union[str, List[str]]`, optional): The path to follow. Defaults to `""`. -#### [Example Usage]() TODO +#### [Example Usage](https://github.com/RGBCube/json-wrapper/blob/main/examples/set.py) ## *def* `get(key: str, *, default=None, pathmagic: Union[str, List[str] = "")` Returns the key's value in the json. Will return the default kwarg if not found.