That seems to work perfectly, thanks! Just to be sure, is this correct? converter toObject(node: JsonNode) : Object = result = Object( ... ) Run
Is the name of the converter arbitrary? It seems to work with a completely different name too. If so, is there a reason for it having a name? Could it be made anonymous for example?