Node ReferenceTransformations
JSON to Any
Converts a JSON string back into its original object form (e.g., list or dictionary).
Converts a JSON string back into its original object form (e.g., list or dictionary).
| Category | Transformations |
| Node type | dynamiq.nodes.transformers.JSONToAny |
| SDK class | dynamiq.nodes.transformers.JSONToAny |
Inputs
| Field | Type | Required |
|---|---|---|
value | string | Yes |
Outputs
| Field | Type |
|---|---|
content | Any |