We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the json retrieved by mcdev et --json does not have its keys and values with double quotes:
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.
The text was updated successfully, but these errors were encountered:
#906: ensure explainTypes cli output is valid json with double quotes
154568c
Closed by #907.
Sorry, something went wrong.
JoernBerkefeld
Successfully merging a pull request may close this issue.
Currently the json retrieved by mcdev et --json does not have its keys and values with double quotes:
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.
The text was updated successfully, but these errors were encountered: