Skip to content
New issue

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

Appending content in existing data using inject #73

Open
SubhenduShekhar opened this issue Aug 17, 2023 · 2 comments
Open

Appending content in existing data using inject #73

SubhenduShekhar opened this issue Aug 17, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request Java Supports Java

Comments

@SubhenduShekhar
Copy link
Owner

SubhenduShekhar commented Aug 17, 2023

Scenario

{
    "DataKey": "<base> world"
}

Implementation

cJson.inject(Data.class, "base", "hello");

Result

{
    "DataKey": "hello world"
}
@SubhenduShekhar SubhenduShekhar self-assigned this Aug 17, 2023
@SubhenduShekhar SubhenduShekhar added Java Supports Java enhancement New feature or request labels Aug 17, 2023
@SubhenduShekhar SubhenduShekhar added this to the Injecting variables milestone Aug 17, 2023
@kesrishubham2510
Copy link
Collaborator

kesrishubham2510 commented Apr 13, 2024

is this done or still needs to be picked up ?

@SubhenduShekhar
Copy link
Owner Author

I have already taken this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Java Supports Java
Projects
None yet
Development

No branches or pull requests

2 participants