found this while implementing features for the Azure mobile SDK. I wanted to update and remove elements from a json::value array and object. Unfortunately no such ability exists. The options are either to copy the whole json value without the desired element or to set it to null which is NOT the same as deleting.
↧