You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oops 👍
That's exactly what i wanted. My mistake :)
Nevertheless, i sent you a pull request to support an alternative way to do that. (providing a function pointer returning a dict). Can be usefull .. or not. (:p)
I also added long support. I could add some other primitive in the future.
add support for complex type self referencing.
For exemple :
def getElement():
return Element
Element = {
0: 'Element',
'children': [getElement]
}
Must support dict from function ptr.
The text was updated successfully, but these errors were encountered: