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

Add support for the JSON.DEL command #1813

Closed
Tracked by #1805
PragmaTwice opened this issue Oct 15, 2023 · 6 comments · Fixed by #1859
Closed
Tracked by #1805

Add support for the JSON.DEL command #1813

PragmaTwice opened this issue Oct 15, 2023 · 6 comments · Fixed by #1859
Assignees
Labels
good first issue Good for newcomers help wanted Good for newcomers

Comments

@PragmaTwice
Copy link
Member

PragmaTwice commented Oct 15, 2023

Please refer to #1805.

@git-hulk git-hulk added help wanted Good for newcomers good first issue Good for newcomers labels Oct 15, 2023
@Qiaolin-Yu
Copy link
Contributor

I want to try this. Can you assign this to me?

@PragmaTwice
Copy link
Member Author

Sure. Please go ahead : )

@PragmaTwice
Copy link
Member Author

BTW I think for this command the implementation may be a bit tricky since it may be not easy to retrieve the parent object of a object located by jsonpath in jsoncons.

But of course you can do some research to solve it. Good luck!

@Qiaolin-Yu
Copy link
Contributor

BTW I think for this command the implementation may be a bit tricky since it may be not easy to retrieve the parent object of a object located by jsonpath in jsoncons.

But of course you can do some research to solve it. Good luck!

I have indeed recognized this problem when attempting to retrieve the parent object of a targeted object. I've tried several methods but still face the issue. Do you have any suggestions on how to address this in jsoncons::jsonpath?

@PragmaTwice
Copy link
Member Author

Hi @Qiaolin-Yu , you can refer to danielaparker/jsoncons#467.

@Qiaolin-Yu
Copy link
Contributor

Hi @Qiaolin-Yu , you can refer to danielaparker/jsoncons#467.

Thank you very much. I'll try it right away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants