JSON to JSON String Transformer
Descubra mais sobre o componente JSON to JSON String Transformer e saiba como usá-lo na Digibee Integration Platform.
Isto foi útil?
Isto foi útil?
{
"type": "transformer",
"stepName": "prepare-transformer",
"transformSpec": [
{
"operation": "default",
"spec": {
"payload": {
"a": "a",
"b": [
{
"c": 2,
"d": 3
}
]
}
}
}
]
},
{
"type": "json-to-json-string-transformer",
"stepName": "json-to-json-string-transformer",
"jsonFieldPath": "payload",
"preserveOriginal": true
}{
"payload": "{\"a\":\"a\",\"b\":[{\"c\":2,\"d\":3}]}",
"_payload": {
"a": "a",
"b": [
{
"c": 2,
"d": 3
}
]
}
}