Mapping an empty string or null into a JSON Array
Summary
Mapping an empty string or null into a JSON ArrayContent
I have an integration where I need to be able to map into a JSON Array an "" (empty string) or a null value into an array. The target REST api requries that each array item is present, and some of them are "" or null. How can that be accomplished?
1