Hi, I really like this idea because it aligns with my conceptual issue of having strings in the API which represent serialized data structures.
Having such strings is counter-intuitive to any non-assembler language which can operate on data structures (even C has struct). So, I would even go a step further and change the MK API to transfer data structures back and forth to prevent repeated serialization and deserialization. Regards Felix
