Will we see support for partial updates of json types? Right now, if one needs to update a json column, you always have to overwrite with the full json data.
The nested hstore patch has replace(hstore,text[],hstore) which would do this but I see nothing similar in the jsonb patch. Perhaps it should be added.