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

[TASK] Add double quotes ( " ... " ) to both keys and values in json returned by explainTypes #906

Closed
anasilva105 opened this issue May 15, 2023 · 1 comment · Fixed by #907
Assignees
Labels
c/Generic chore Jira issue-type "Task" e/GUI EPIC
Milestone

Comments

@anasilva105
Copy link

Currently the json retrieved by mcdev et --json does not have its keys and values with double quotes:

image

Returning the json from terminal it will automatically convert it to string making it more complex to Json parse it since the json string is invalid.

@anasilva105 anasilva105 added NEW not yet analyzed new issues get this label chore Jira issue-type "Task" labels May 15, 2023
@JoernBerkefeld JoernBerkefeld added e/GUI EPIC c/Generic and removed NEW not yet analyzed new issues get this label labels May 15, 2023
@JoernBerkefeld JoernBerkefeld added this to the 5.0.2 milestone May 15, 2023
@github-actions
Copy link

Closed by #907.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment