represent util.NONE as 'null' in JSON output
was '"None"' before
This commit is contained in:
@@ -206,7 +206,8 @@ class MetadataPP(PostProcessor):
|
||||
sort_keys=options.get("sort", False),
|
||||
separators=options.get("separators"),
|
||||
indent=options.get("indent", indent),
|
||||
check_circular=False, default=str,
|
||||
check_circular=False,
|
||||
default=util.json_default,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user