Closed bfontaine closed 7 years ago
This mirrors json.dumps from the Python standard library. If this is true, map keys are sorted in the output. This makes diffs simpler because the keys order in a map is not "random" anymore.
json.dumps
Thanks @bfontaine !
This mirrors
json.dumps
from the Python standard library. If this is true, map keys are sorted in the output. This makes diffs simpler because the keys order in a map is not "random" anymore.