You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Removes JSON properties that have a value of "defaultnull" and converts properties with values of "null" or empty strings ("") to actual JSON null values.
9
+
/// Removes JSON properties that have a value of "defaultnull" and converts properties with values of "null" to actual JSON null values.
10
10
/// </summary>
11
11
/// <param name="jsonObject">The JObject to process and clean.</param>
12
12
/// <returns>
13
-
/// A JSON string representation of the cleaned JObject with "defaultnull" properties removed and "null" or empty string values converted to JSON null.
13
+
/// A JSON string representation of the cleaned JObject with "defaultnull" properties removed and "null" values converted to JSON null.
0 commit comments