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

Add support for passing JSON string into port #883

Open
TomCC7 opened this issue Nov 19, 2024 · 0 comments
Open

Add support for passing JSON string into port #883

TomCC7 opened this issue Nov 19, 2024 · 0 comments

Comments

@TomCC7
Copy link

TomCC7 commented Nov 19, 2024

Describe the bug
Currently when setting the port value to be a json string from xml files, the parser will recognize everything in the bracket "{}" as a variable and produce wrong result. This happens even if double bracket is used to escape the bracketing.

How to Reproduce
Create a node that takes a string as argument and in the xml file:

<Node settings='{{"a": 0.8, "b": 0.7}}'/>
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

No branches or pull requests

1 participant