aboutsummaryrefslogtreecommitdiffstats
path: root/gdpr_obfuscator/utils.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-26 16:13:36 +0000
committerAlex Schofield <git@ajschof.me>2025-02-26 16:13:36 +0000
commite476403c59e922512d06ef5489a07fba87615998 (patch)
treeaf61af1c775bd63b1ec1bcfb0010cf5e6d21b22d /gdpr_obfuscator/utils.py
parente8788272eda9c2ab74fa6ee1a2cc260ed7e87e76 (diff)
downloadgdpr-obfuscator-e476403c59e922512d06ef5489a07fba87615998.tar.gz
gdpr-obfuscator-e476403c59e922512d06ef5489a07fba87615998.zip
add ability to read path & pii fields from json strings as input
Diffstat (limited to 'gdpr_obfuscator/utils.py')
-rw-r--r--gdpr_obfuscator/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdpr_obfuscator/utils.py b/gdpr_obfuscator/utils.py
index 656b084..f5f06d0 100644
--- a/gdpr_obfuscator/utils.py
+++ b/gdpr_obfuscator/utils.py
@@ -6,7 +6,7 @@ import json
class Utilities:
-
+ @staticmethod
def process_json_input(json_input: str):
data = json.loads(json_input)
git.ajschof.me — hosted by ajschofield — powered by cgit