| http://www.w3.org/ns/prov#value | - I process a different set of data and the idea is to modify the>> existing document based on this new data.****>>>> If the key is present then add/modify values.****>>>> Else... create new key:[values] json object and save.****>>>> ** **>>>> So, the first step is checking whether the key is present or not..****>>>> So thats why I thought of doing the binary search.****>>>> Any suggestions?****>>>>
|