json_artifact
Json = Union[dict[str, 'Json'], list['Json'], str, int, float, bool, None]
module-attribute
JsonArtifact
Bases: BaseArtifact
Stores JSON data.
Attributes:
Name | Type | Description |
---|---|---|
value |
Json
|
The JSON data. Values will automatically be converted to a JSON-compatible format. |