-
Notifications
You must be signed in to change notification settings - Fork 472
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
Comments
I want to try this. Can you assign this to me? |
Sure. Please go ahead : ) |
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 |
Hi @Qiaolin-Yu , you can refer to danielaparker/jsoncons#467. |
Thank you very much. I'll try it right away. |
Please refer to #1805.
The text was updated successfully, but these errors were encountered: