...
NOTE: This needs to be done as an atomic operation on the server side (i.e. verifyAndSwap)!
- insert(string json, long record)
- Questions
- What if i the json document has a key/value mapping that already exists in the record? Should this fail? Or should I clear first and overwrite?
- Questions
...