paul.cross
paul.cross
Ah, I had wondered if it was the original design -- thanks for clearing that up. Out of curiosity, do you remember what it was in the original design that...
When defining the type via the macro, did you also make sure to include the package path in it's name? For example you transform `path.to.MyObject` into `JsonParser_path_to_MyObject`. I have done...
My second thought, if name length is an issue, would be to hash the object name and path into something more managable. Happy to fork off this repo and give...