derikb / rpg-table-randomizer

Module for random tables for use in roleplaying games.
GNU General Public License v3.0
9 stars 2 forks source link

Set toJSON methods to ignore empty fields #30

Closed derikb closed 3 years ago

derikb commented 3 years ago

To reduce the size of JSON encoded data, we can skip bundling properties that are set to the default, in particular empty arrays and blank strings.