A helper function which searches through an object to delete a value by a string key. The string key supports the notation a.b.c which would delete object[a][b][c]
The object to traverse
An object property with notation a.b.c
Was the property deleted?
A helper function which searches through an object to delete a value by a string key. The string key supports the notation a.b.c which would delete object[a][b][c]