json-patch
There are 85 repositories under json-patch topic.
nlohmann/json
JSON for Modern C++
json-everything/json-everything
System.Text.Json-based support for all of your JSON needs.
danielaparker/jsoncons
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
taocpp/json
C++ header-only JSON library
wI2L/jsondiff
Compute the diff between two JSON documents as a series of RFC6902 (JSON Patch) operations
stefankoegl/python-json-patch
Applying JSON Patches in Python
wbish/jsondiffpatch.net
JSON object diffs and reversible patching (jsondiffpatch compatible)
gnieh/diffson
A scala diff/patch library for Json
tenderlove/hana
An implementation of JSON Patch and JSON Pointer for Ruby
objecthub/swift-dynamicjson
Framework for representing, validating, querying, and manipulating generic JSON values in Swift. Supported are standards such as JSON Pointer (RFC 6901), JSON Path (RFC 9535), JSON Patch (RFC 6902), JSON Merge Patch (RFC 7396), and JSON Schema.
marksparkza/jschon
An object-oriented JSON Schema implementation for Python.
avk959/LGenerics
Generic algorithms and data structures for Lazarus/Free Pascal
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.
codepunkt/mongoose-patch-history
Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
Palindrom/JSONPatcherProxy
ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
swaggest/json-cli
JSON command-line swiss knife: diff, reordering, patch, pointer, validator, codegen
json-patch/json-patch-tests
Tests for implementations of json-patch
danielaparker/JsonCons.Net
The JsonCons.Net libraries complement the System.Text.Json namespace with support for JSON Pointer, JSON Patch, JSON Merge Patch, JSONPath, and JMESPath.
ajv-validator/ajv-merge-patch
$merge and $patch keywords for Ajv JSON-Schema validator to extend schemas
planetis-m/jsonpak
Packed ASTs for compact and efficient JSON representation, with JSON Pointer, JSON Patch support.
caohanyang/json_diff_rfc6902
This is the framework to handle JSON diff and patch based on RFC6902
geeklearningio/gl-vsts-tasks-file-patch
Visual Studio Team Services Build and Release Management extensions that help you update files using JSON patch and similar syntax
tananaev/json-patch
A JSON patch (RFC 6902) library
alshakero/json-squash
Squash JSON-Patch operations patch into a mathematically equivalent yet smaller patch
puzl-cloud/hasura-metadata-patcher
CLI tool to patch Hasura metadata json file. Helps to organize complex CI/CD flows through different environments.
Stillpoint-Software/hyperbee.json
A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.
streamdata-serverless/streamdata-io-basic-demo-stockmarket-prices
Streamdata.io Stock Market Data Streaming To AWS S3 Data Lake Using Lambda Serverless
JuniorDark/Starbound_PTBR
Tradução PT-BR para o Starbound. Starbound PT-BR Language mod.
ken107/push-model
A JSON-RPC server with object synchronization based on JSON-Patch
ken107/jsonpatch-observe
Observe objects recursively for changes and generate JSON Patches
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.
aleclarson/immer-undo
Generate inverse Immer patches on-the-fly
borgeby/clj-json-pointer
Simple Clojure(Script) library for working with JSON Pointer and JSON Patch, with no external dependencies.
apioo/psx-json
Read and transform JSON documents through JSON-Patch/Pointer
fathomas/json-patch-to-mongodb-ops
TypeScript code to convert JSON Patch to bulk-writable MongoDB operations
Ferki-git-creator/STB-Style-Single-File-C-CPP-JSON-Parser-Generator-Header-Only-Library-With-Full-RFC-Compliance
Lightweight single-header JSON parser/generator for C/C++ in STB tradition. Implements RFC 8259 (JSON), RFC 6901 (JSON Pointer), RFC 6902 (JSON Patch), and RFC 7386 (Merge Patch). Zero dependencies, thread-safe, UTF-8 validation, file I/O, minification, and custom allocators. Ideal for embedded systems and cross-platform projects.