diff.js/README.md

32 lines
319 B
Markdown
Raw Normal View History

# 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.