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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
User should be able to write comments starting with //. This feature should be available for both .json and .cjson files.
//
.json
.cjson
For multiple line comments. We can have same format.
// single line comment
// Multiple // line // comment
The text was updated successfully, but these errors were encountered:
in progress #12 #14
a94215c
closes #12 #14
1e94bf4
700a0d7
Python (#18)
399a0fc
* inititated python setup * added utils * updated gitignore file * in progress #12 #14 * push ready * Delete .pypirc * closes #12 #14 * closes #12 #14 --------- Co-authored-by: Gupta <shubhendushekhar.gupta@delta.com>
closes #14 #4 #12
c02bfcb
Dotnet (#80)
e62a5bd
* closes #14 #4 #12 * removed unnecessary files
SubhenduShekhar
Successfully merging a pull request may close this issue.
User should be able to write comments starting with
//
.This feature should be available for both
.json
and.cjson
files.For multiple line comments. We can have same format.
Examples:
// single line comment
The text was updated successfully, but these errors were encountered: