From 230963c9cf3fa8de35ab721c65c2b985ce65075d Mon Sep 17 00:00:00 2001 From: Evildoor Date: Wed, 12 Sep 2018 14:46:41 +0300 Subject: [PATCH] Added clarification per code discussion in #174. --- Utils/Dataflow/pyDKB/common/json_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utils/Dataflow/pyDKB/common/json_utils.py b/Utils/Dataflow/pyDKB/common/json_utils.py index 79fa150ae..d66940a22 100644 --- a/Utils/Dataflow/pyDKB/common/json_utils.py +++ b/Utils/Dataflow/pyDKB/common/json_utils.py @@ -57,6 +57,8 @@ def nestedKeys(key): String should contain keys separated by dot. If a key contains dot itself, the key must be put between matching quotation marks. + Quotation marks inside the keys (not preceding or following a dot) + are ignored. :param key: nested keys :type key: str