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
My recommendation is to use the # character to begin a single-line comment.
#
These can be a killer feature in any human-readable data format.
The text was updated successfully, but these errors were encountered:
Why do you think # is better than //?
//
Sorry, something went wrong.
Mostly because it has a precedent in other json-like data-formats like CSON and TOML.
Merge #28
928fce9
28: Add comments r=kvark Allows for single-line comments starting with `//`. Fixes #1
No branches or pull requests
My recommendation is to use the
#
character to begin a single-line comment.These can be a killer feature in any human-readable data format.
The text was updated successfully, but these errors were encountered: