fcostasilva

Results 1 comments of fcostasilva

Well, I have a workaround, which is using __dict__ to list the attributes of the AST node and return it to a json encoder, more or less like below: ```...