diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-26 16:13:36 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-26 16:13:36 +0000 |
| commit | e476403c59e922512d06ef5489a07fba87615998 (patch) | |
| tree | af61af1c775bd63b1ec1bcfb0010cf5e6d21b22d /gdpr_obfuscator/utils.py | |
| parent | e8788272eda9c2ab74fa6ee1a2cc260ed7e87e76 (diff) | |
| download | gdpr-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.py | 2 |
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) |
