2 references to GetJsonNull
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Internal\JsonObjectAdapter.cs (2)
22
obj[segment] = value != null ? JsonSerializer.SerializeToNode(value, serializerOptions) :
GetJsonNull
();
83
obj[index] = value != null ? JsonSerializer.SerializeToNode(value, serializerOptions) :
GetJsonNull
();