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

@@ -0,0 +1,10 @@
ROUTE_ROOT = "/jsonviewer"
INDENT_SIZE = 20
MAX_TEXT_LENGTH = 50
NODE_OBJECT = "Object"
NODES_KEYS_TO_NOT_EXPAND = ["Dataframe", "__parent__"]
class Routes:
Fold = "/fold"