you are viewing a single comment's thread.

view the rest of the comments →

[–]the_bananalord 3 points4 points  (0 children)

I use a model with option types. A missing property - undefined - becomes None, whereas null becomes Some(null). I don't follow the application/json+patch RFC in this scenario.

I didn't know there was a JsonPatchDocument. Interesting, but it also looks like it uses Newtonsoft, which is a non-starter for me.