EnderTurret / Patched

A library for reading, writing, and applying Json patches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patched

A library for reading, writing, and applying Json patches.

It is a completely specification-compliant implementation, although it does add its own extensions. See the differences document for details.

There is documentation here on how the library works, how patching works, and how patches are structured.

Installing

For users

This project is mainly intended to be an API for other projects to use. However, there are built versions of the library available that include a basic CLI for patching things.

Not only that, but there is a Minecraft mod that implements patching functionality there.

For developers

Please see the relevant section in the API documentation.

About

A library for reading, writing, and applying Json patches.

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%