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

JSON output file not JSON conformant #9

Open
CoderUndefined opened this issue Feb 25, 2022 · 0 comments
Open

JSON output file not JSON conformant #9

CoderUndefined opened this issue Feb 25, 2022 · 0 comments
Assignees

Comments

@CoderUndefined
Copy link

The JSON output file is not JSON conformant in two aspects:

  1. Single quotes (') are used instead of double quotes(")
  2. Some words such as None, True or False are not wrapped in any quotes at all

This may affect some simpler JSON parsers, better JSON parsers can handle these minor errors just fine.

'error': None
#should be
"error": "None"
@mir-am mir-am self-assigned this Feb 25, 2022
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

2 participants