Added jsonviewer as an autonomous component
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user