-
Notifications
You must be signed in to change notification settings - Fork 17
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 is invalid #5
Comments
I suspect related to #4 Its a mistake I made about dealing with files not folders... I might drop the file support for the moment to resolve it. |
Ah, confirmed that valid JSON is being written if the input is a directory. |
Yeah its a mistake, I forgot I even put that in there. The joy of releasing code to the world! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON output is something like
This is not valid JSON. Key / value pairs in a map should be quoted and separated by a colon.
The text was updated successfully, but these errors were encountered: