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

CLI Show config JSON with multiple top-level elements is broken #381

Closed
olofhagsand opened this issue Oct 28, 2022 · 0 comments
Closed

CLI Show config JSON with multiple top-level elements is broken #381

olofhagsand opened this issue Oct 28, 2022 · 0 comments

Comments

@olofhagsand
Copy link
Member

show config json of multiple top-level elements lacks comma (",") between elements.
Example:
{"ex:a":1}{"ex:b":2}
should be:
{"ex:a":1},{"ex:b":2}

@olofhagsand olofhagsand changed the title CLI Show config JSON with multiple top-level elevents broken CLI Show config JSON with multiple top-level elements is broken Oct 28, 2022
olofhagsand added a commit that referenced this issue Oct 28, 2022
…en](#381)

C API: Added skiptop parameter to xml2json_vec
olofhagsand added a commit that referenced this issue Oct 29, 2022
This was a correction of fix to: [CLI Show config JSON with multiple top-level elements is broken](#381)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant