We have some existing JSON example schemas, so we just need to implement the methods to read/write them. Basically: importObject(Object o) { return someJson; } exportObject(Json j) { return someObject; }