dailidong commented on issue #2597: URL: https://github.com/apache/dolphinscheduler/issues/2597#issuecomment-886383239
> How to config complex json parameters on HTTP node? > >  > Above configurations will be transfer to > > ``` > { > "text":"{\"content\":\"test content\"}", > "type":"text" > } > ``` > > But what I want is: > > ``` > { > "text":{ > "content":"test content" > }, > "type":"text" > } > ``` sorry for reply late, you can covert the content of text to json on the back-end or do you have any suggestions? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
