Closed 43081j closed 4 months ago
Adds a shouldSerializeObject function which determines if a value should be serialized or should attempt to be nested.
shouldSerializeObject
The default implementation checks if a value is a non-date object, meaning all objects which are not dates will trigger nesting.
Fixes #48
Adds a
shouldSerializeObject
function which determines if a value should be serialized or should attempt to be nested.The default implementation checks if a value is a non-date object, meaning all objects which are not dates will trigger nesting.
Fixes #48