Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 459 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 459 Bytes

JsonMergePatch

A simple C# implementation of Json Merge Patch as described in IETF RFC 7386.

Overview

Initial version is a simple text based implementation of the processing described in the RFC, with a single simple test case that can be run by executing DOTNET RUN from the command line against the console app project.

Tests

In depth unit tests and optimization of the processing to come later.