Add JSON to code block (#3885)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
@@ -1516,6 +1516,7 @@ class CodeBlock(Block):
|
|||||||
"bool": bool,
|
"bool": bool,
|
||||||
"asyncio": asyncio,
|
"asyncio": asyncio,
|
||||||
"re": re,
|
"re": re,
|
||||||
|
"json": json,
|
||||||
"Exception": Exception,
|
"Exception": Exception,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user