Patrick LOGE

Results 1 comments of Patrick LOGE

Same problem with (large) Stripe OpenAPI. I choose a more "low tech" solution and parse it manually/recursively to replace $refs ```python def flat_json(self,json_object, indent = 0): if isinstance(json_object, dict): new_obj...