Open Asriter opened 3 years ago
@Asriter Can you please rebase on master and provide a test? Thanks! :-)
Note that comma-separation still must be possible, so the correct solution needs to be able to separate several JSON values by comma.
@Asriter Kindly requesting our response! :-)
In fact, the bug is not caused by the input of these symbols in the argument, but by the "splitter" call that splits the String according to ", ". so the input JSON will be split. I added a method "JSONCheck" in CommParameterSplitter to determine if the parameter is JSON, and if it is, it will not be split according to ",". fixed #431