At the expense of diskspace, make outputted JSON human-readable by indenting and sorting keys.
This one is for discussion, and should not be merged as-is. The space cost is about 5x that of the original.
Before: anim.kb = 60 kb
After: anim.kb = 300 kb
So likely something better suited for a user-specified option. Default to readable, which is good for beginners and first impression, and editable by studios/power-users looking to optimise.
Hi toolchefs,
At the expense of diskspace, make outputted JSON human-readable by indenting and sorting keys.
This one is for discussion, and should not be merged as-is. The space cost is about 5x that of the original.
anim.kb = 60 kb
anim.kb = 300 kb
So likely something better suited for a user-specified option. Default to readable, which is good for beginners and first impression, and editable by studios/power-users looking to optimise.
Thoughts?
Before
After