Skip to content
New issue

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

Associating $import file/path #12

Closed
SubhenduShekhar opened this issue Jun 2, 2023 · 0 comments · Fixed by #18 or #39
Closed

Associating $import file/path #12

SubhenduShekhar opened this issue Jun 2, 2023 · 0 comments · Fixed by #18 or #39
Assignees
Labels
feature Java Supports Java Python Supports python
Milestone

Comments

@SubhenduShekhar
Copy link
Owner

SubhenduShekhar commented Jun 2, 2023

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.

Example:

file1.json:

{
    "hello": "world",
    "name": "Shan"
}

file2.cjson:

{
    "file1": $import "./file1.json",
    "gender": "Male",
    "age": 21
}

Target Json Object:

{
    "file1": {
        "hello": "world",
        "name": "Shan"
    },
    "gender": "Male",
    "age": 21
}
@SubhenduShekhar SubhenduShekhar self-assigned this Jun 2, 2023
@SubhenduShekhar SubhenduShekhar added feature Python Supports python labels Jun 2, 2023
@SubhenduShekhar SubhenduShekhar added this to the Json Imports milestone Jun 2, 2023
SubhenduShekhar pushed a commit that referenced this issue Jun 8, 2023
SubhenduShekhar pushed a commit that referenced this issue Jun 10, 2023
SubhenduShekhar pushed a commit that referenced this issue Jun 10, 2023
@SubhenduShekhar SubhenduShekhar mentioned this issue Jun 10, 2023
SubhenduShekhar added a commit that referenced this issue Jun 10, 2023
* 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>
@SubhenduShekhar SubhenduShekhar added the Java Supports Java label Jun 20, 2023
SubhenduShekhar pushed a commit that referenced this issue Jun 30, 2023
SubhenduShekhar added a commit that referenced this issue Oct 2, 2023
SubhenduShekhar added a commit that referenced this issue Oct 2, 2023
* closes #14 #4 #12

* removed unnecessary files
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature Java Supports Java Python Supports python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant