Skip to content

fixed Parameter does not display {},[],: correctly#514

Open
Asriter wants to merge 1 commit intocbeust:masterfrom
Asriter:master
Open

fixed Parameter does not display {},[],: correctly#514
Asriter wants to merge 1 commit intocbeust:masterfrom
Asriter:master

Conversation

@Asriter
Copy link

@Asriter Asriter commented Apr 25, 2021

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

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 ",".
@mkarg
Copy link
Collaborator

mkarg commented Oct 2, 2023

@Asriter Can you please rebase on master and provide a test? Thanks! :-)

@mkarg
Copy link
Collaborator

mkarg commented Oct 2, 2023

Note that comma-separation still must be possible, so the correct solution needs to be able to separate several JSON values by comma.

@mkarg
Copy link
Collaborator

mkarg commented Jul 6, 2024

@Asriter Kindly requesting our response! :-)

@mkarg mkarg force-pushed the master branch 2 times, most recently from 4dbceb5 to a1d8505 Compare October 5, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with arity=2: and argument containing '{}[]:' characters

2 participants