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

Relative variable call #23

Closed
SubhenduShekhar opened this issue Jun 11, 2023 · 0 comments · Fixed by #25 or #82
Closed

Relative variable call #23

SubhenduShekhar opened this issue Jun 11, 2023 · 0 comments · Fixed by #25 or #82
Assignees
Labels
C# Supports C# feature Java Supports Java
Milestone

Comments

@SubhenduShekhar
Copy link
Owner

SubhenduShekhar commented Jun 11, 2023

Feature

User should be able to call variable to another key using jpath starting with $.

Examples:

{
    "Name": "shubhendu",
    "Username": $.Name 
}

Result should be:

{
    "Name": "shubhendu",
    "Username": "shubhendu"
}
@SubhenduShekhar SubhenduShekhar self-assigned this Jun 11, 2023
@SubhenduShekhar SubhenduShekhar added this to the Json Imports milestone Jun 11, 2023
SubhenduShekhar pushed a commit that referenced this issue Jun 13, 2023
SubhenduShekhar added a commit that referenced this issue Jun 13, 2023
Co-authored-by: Gupta <shubhendushekhar.gupta@delta.com>
@SubhenduShekhar SubhenduShekhar added C# Supports C# Java Supports Java labels Oct 12, 2023
SubhenduShekhar added a commit that referenced this issue Oct 24, 2023
@SubhenduShekhar SubhenduShekhar mentioned this issue Oct 24, 2023
SubhenduShekhar added a commit that referenced this issue Oct 24, 2023
* closes deserialization

* closes Inject() and ToString()

* get all keys in progress

* unit test setup

* closes #23 #43 #44 #51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C# Supports C# feature Java Supports Java
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant