Added jsonviewer as an autonomous component

This commit is contained in:
2025-08-27 21:38:47 +02:00
parent e90e7b01dd
commit 765c715d63
11 changed files with 406 additions and 11 deletions

View File

@@ -315,8 +315,6 @@ class JsonViewer(BaseComponent):
def __hash__(self):
return hash(self._key) if self._key is not None else super().__hash__()
@staticmethod
def add_quotes(value: str):
if '"' in value and "'" in value: