How can i delete just a key-value pair but not the whole document?
Ex: { "first_name": "blah", "last_name": "last"} , i want to delete the kv pair "first_name": "blah" but not the whole document.
Thanks, Tommy
How can i delete just a key-value pair but not the whole document?
Ex: { "first_name": "blah", "last_name": "last"} , i want to delete the kv pair "first_name": "blah" but not the whole document.
Thanks, Tommy