Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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! :-)

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