Add JSON to code block (#3885)

Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
Suchintan
2025-11-03 22:36:18 -05:00
committed by GitHub
parent 7ff809e50b
commit 92d2013dc9

View File

@@ -1516,6 +1516,7 @@ class CodeBlock(Block):
"bool": bool,
"asyncio": asyncio,
"re": re,
"json": json,
"Exception": Exception,
}