mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 11:00:12 +00:00
32 lines
319 B
Markdown
32 lines
319 B
Markdown
# Object diff
|
|
|
|
|
|
|
|
## Motivation
|
|
|
|
|
|
|
|
## General
|
|
|
|
### Diff
|
|
|
|
### Deep compare
|
|
|
|
### Patterns
|
|
|
|
|
|
|
|
## Extending Diff
|
|
|
|
|
|
|
|
## The Diff format
|
|
|
|
### Flat
|
|
|
|
This is the main and default format used to store diff information.
|
|
|
|
|
|
### Tree
|
|
|
|
This format is used internaly but may be useful for introspection. |