Skip to content

Fork of simple implementation of RFC 6902 JSON Patch

License

Notifications You must be signed in to change notification settings

reckenreb/simple-json-patch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple implementation of RFC 6902 JSON Patch.

This is an extremely simple (one class) Java implementation of RFC 6902. It can be used for applying JSON patches to JSON documents. It successfully applies all the test patches from the JSON Patch Test Project.

If you need a library to generate the patches or diffs try zjsonpatch or json-patch.

About

Fork of simple implementation of RFC 6902 JSON Patch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%