json icon indicating copy to clipboard operation
json copied to clipboard

feature: `remove_by_pointer` method

Open junbl opened this issue 3 years ago • 1 comments

Added Value::remove_by_pointer method that allows you to remove a value from a nested JSON object specified by JSON pointer as in Value::pointer{_mut}.

junbl avatar Jul 19 '22 21:07 junbl

This is great, thank you for showing me how to do this, I would love them to add an update and insert as well, allowing for changing key names or adding new keys

angrytoastt avatar Dec 09 '22 18:12 angrytoastt