...
Feature | Description | Notes |
---|---|---|
Converter for JSON values to Java objects | Leverage code used in the Import Framework that can convert strings to Java objects | |
Update Thrift API | Add new insert method to Thrift API | |
Server-side implementation | Implement the logic for parsing a json string and adding the appropriate keys/values/links in an atomic operation on the server | |
Update Public API | Add new insert methods to the Public API | |
Client-side implementations | Implement the logic for calling the new thrift #insert hook from the client |
...