pyjson5
pyjson5 copied to clipboard
no pretty printing?
a = {"foo": 2}
print(pyjson5.dumps(a, indent=2))
does not pretty-print.