Sort keys in json encoder
ClosedPublic

Authored by davidedmundson on Sep 27 2018, 10:53 AM.

Details

Summary

Should supress scripty noise.

The previous manualy sorting above was ultimately useless as it's stored
as a map internally inside the json blob. We need to sort when writing out,
it turns out there's an argument for that.

Test Plan

Ran script
Still got some output.
Running twice didn't change output

Diff Detail

Repository
R856 Plasma Browser Integration
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
Restricted Application added a project: Plasma. · View Herald TranscriptSep 27 2018, 10:53 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson requested review of this revision.Sep 27 2018, 10:53 AM
broulik accepted this revision.Sep 27 2018, 10:55 AM
This revision is now accepted and ready to land.Sep 27 2018, 10:55 AM
This revision was automatically updated to reflect the committed changes.