Skip to content

Compact the event cache JSON

Joshua Goins requested to merge work/redstrate/better-json-saving into master

By default, Qt will spit out indented JSON when writing to the config file, which is useless as it wastes space and no one will read this.

Merge request reports