Node ReferenceTransformations
Any to JSON
Converts a list, dictionary, or other object into a JSON-formatted string.
Converts a list, dictionary, or other object into a JSON-formatted string.
| Category | Transformations |
| Node type | dynamiq.nodes.transformers.AnyToJSON |
| SDK class | dynamiq.nodes.transformers.AnyToJSON |
Inputs
| Field | Type | Required |
|---|---|---|
value | Any | Yes |
Outputs
| Field | Type |
|---|---|
content | string |