Skip to content

egerardus/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

A simple (one class) implementation of RFC 6902 JSON Patch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages