...
- 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?
- What about keys that map to JSON objects? Should I create a new record for those objects and link to it?
- Questions