Skip to content

marklnz/JsonMergePatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages