Skip to content

Commit d4667f7

Browse files
committed
Updated default Json behaviour.
1 parent e6a1ddd commit d4667f7

File tree

1 file changed

+1
-1
lines changed
  • ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation

1 file changed

+1
-1
lines changed

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class DataObject
2020
/// <summary>
2121
/// The collection of Data Items associated with this Data Object.
2222
/// </summary>
23-
[JsonProperty("dataItems", NullValueHandling=NullValueHandling.Ignore)]
23+
[JsonProperty("dataItems", NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Ignore)]
2424
public List<dynamic> dataItems { get; set; }
2525

2626
/// <summary>

0 commit comments

Comments
 (0)