b84549f
1
2
3
4
5
6
import functools import json json_dumps = functools.partial(json.dumps, sort_keys=True)