addSkippingDefault
If an attribute has a common default value, you may not want to include it in the Json output. (to save space and speed).
Calls JsonObject.set only if value != defaultValue
. When parsing, use JsonObject.getString with the same defaultValue.