yangyichao-mango edited a comment on pull request #3300:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3300#issuecomment-663387747
Hi,
The type of `{'a': "b"}` and `{'a': 'b'}` is not a standard json string, but
if we add the `ALLOW_SINGLE_QUOTES`, it will be formatted by `JSONUtils`.
Perhaps the `ALLOW_SINGLE_QUOTES` will cause some unforeseen bugs.
I think a better way to fix this bug is format the original json not the
JSONUtils.

----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]