Is it possible to ignore serialisation (json) for empty List<T>
properties?
I now get:
[
{
"errorCode": "1",
"reasons": [],
"message": "Cannot insert duplicates",
"tags": []
}
]
Where the Reasons and Tags properties are List<T>
properties that are initialised but are not null
.