Felix Wege
Results
1
issues of
Felix Wege
When trying to pretty-print a `JsonRef` object using the `indent=4` keyword , the JSON encoder throws a `TypeError`. # Example **input_a.json** ```json { "foo": "bar", "foobar": {"$ref": "input_b.json#/foobar"} } ```...