rfc-6902
There are 14 repositories under rfc-6902 topic.
nlohmann/json
JSON for Modern C++
weichch/system-text-json-jsondiffpatch
High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.
caohanyang/json_diff_rfc6902
This is the framework to handle JSON diff and patch based on RFC6902
520MianXiangDuiXiang520/json-diff
RFC 6902 的 Go 语言实现,An implementation of RFC6902 (https://tools.ietf.org/html/rfc6902) with Golang
snorwin/jsonpatch
jsonpatch is a Go library to create JSON patches (RFC6902) directly from arbitrary Go objects and facilitates the implementation of sophisticated custom (e.g. filtered, validated) patch creation.
datanerds-io/avropatch
Avro implementation of a PATCH payload as defined for JSON in RFC 6902.
shagaba/jacksync
Jacksync provides a library for synchronization by producing and applying a JSON Patches to Java objects. Inspired by RFC 6902 (JSON Patch) and RFC 7386 (JSON Merge Patch) written in Java, which uses Jackson at its core. provides advanced sync, merge, patch & diff processing.
xp-forge/json-patch
Implements JSON patch documents and JSON pointers
remorhaz/php-json-patch
JSON Patch (RFC-6902) PHP implementation
mr-mixas/JSON-Patch.pm
JSON Patch (rfc6902) for perl structures
npolar/patch-event
ES2019 browser library that sends user input events as JSON Patch operations
alfmep/libujson
A C++ library and utility applications for handling JSON documents.
ewdlop/CosmosDBPartialUpdateTypeConverter
An Azure Cosmos DB Partial Update Helper. https://learn.microsoft.com/en-us/azure/cosmos-db/partial-document-update
vdbulcke/json-patcher
CLI tool to apply JSON Patch (RFC 6902)