json
json copied to clipboard
feature: `remove_by_pointer` method
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}.
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