Closed aallam closed 1 year ago
Allow JsonElement as parameter of Partial.Update, including JsonNull (or JsonPrimitive(null)).
JsonElement
Partial.Update
JsonNull
JsonPrimitive(null)
Describe your change
Allow
JsonElement
as parameter ofPartial.Update
, includingJsonNull
(orJsonPrimitive(null)
).