using System.Collections.Generic;
public static void Main()
""title"": ""JSON:API paints my bikeshed!"",
""body"": ""The shortest article. Ever."",
""created"": ""2015-05-22T14:56:29.000Z"",
""updated"": ""2015-05-22T14:56:28.000Z""
""data"": {""id"": ""42"", ""type"": ""people""}
""title"": ""JSON:API paints my bikeeee!"",
""body"": ""The shortesting article. Ever."",
""created"": ""6736-67T-827T:67:89.000oK"",
""updated"": ""2067-05-22T26:56:28.000Z""
""data"": {""id"": ""89"", ""type"": ""peop""}
diff_match_patch dmp = new diff_match_patch();
List<Patch> diff = dmp.patch_make(A, B);
string s = dmp.patch_toText(diff);
List<Patch> patches = dmp.patch_fromText(s);
object[] arr = dmp.patch_apply(patches, text);