Skip to content

Instantly share code, notes, and snippets.

View aunggoonaim's full-sized avatar

Aunggoon Arpasunan aunggoonaim

View GitHub Profile
@mtzaldo
mtzaldo / JsonPatchDocumentHelper.cs
Last active July 26, 2019 18:53
Convert a plain object to JsonPatchDocument<T> (including Dictionary)
using Marvin.JsonPatch;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using System.Collections.Generic;
using System.Linq;
using Marvin.JsonPatch.Operations;
namespace MyProject.ModelsExtensions
{