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
file/path
This feature is specifically for .cjson files. JSON files or CJSON files can be imported, any number of times in any location of the cjson file.
.cjson
JSON
CJSON
cjson
{ "hello": "world", "name": "Shan" }
{ "file1": $import "./file1.json", "gender": "Male", "age": 21 }
{ "file1": { "hello": "world", "name": "Shan" }, "gender": "Male", "age": 21 }
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 #11 #12 #4 #15 #30 #1
5aa9d8a
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.
This feature is specifically for
.cjson
files.JSON
files orCJSON
files can be imported, any number of times in any location of thecjson
file.Example:
file1.json:
file2.cjson:
Target Json Object:
The text was updated successfully, but these errors were encountered: