add support for complex type self referencing. For exemple : def getElement(): return Element Element = { 0: 'Element', 'children': [getElement] } Must support dict from function ptr.