Searched refs:JSONVisitor (Results 1 – 4 of 4) sorted by relevance
22 class JSONVisitor(object): # pylint: disable=useless-object-inheritance class26 super(JSONVisitor, self).__init__(*args, **kwargs)
454 json_visitor.JSONVisitor().serialize(self, outs)
43 json_visitor.JSONVisitor(self.env, buf)
112 For walking the JSON representation you can again either create a `JSONVisitor`:115 struct JSONVisitor {124 JSONVisitor visitor;