2 रिपॉजिटरी
Utilities for comparing two JSON structures to identify differences in content and hierarchy.
Distinct from JSON Structure Management: None of the candidates focus on the comparative difference (diffing) of two JSON sets.
Explore 2 awesome GitHub repositories matching data & databases · JSON Diff Tools. Refine with filters or upvote what's useful.
FeHelper is a web browser extension toolbox and frontend development toolkit integrated into Chrome, Firefox, and Edge. It serves as a data transformation utility, a web page debugging tool, and an AI-powered coding assistant. The project distinguishes itself by integrating local models and OpenAI-compatible APIs to write, refactor, and repair code directly within the browser. It also provides capabilities for generating TypeScript schemas and Zod definitions from data samples using AI. The toolkit covers a broad range of developer utilities, including network debugging for HTTP and WebSocke
Implements a utility to identify additions, deletions, and modifications between two JSON data sets.
jsondiffpatch is a JSON diff and patch library designed to calculate differences between two JSON objects and apply those changes to synchronize states. It functions as a synchronization tool for computing deltas and applying patches to update or revert complex nested JavaScript objects. The project provides a standard-compliant implementation of RFC 6902 JSON Patch for atomic updates and a visual difference renderer that converts data deltas into human-readable HTML views. It includes a specialized text diff tool for performing fine-grained, character-level analysis on long strings within JS
Calculates differences between two JSON structures to identify specific changes in content and hierarchy.