blob: e3287a5a56e1864c87aa417dc795f132cfc8cd4a (
plain) (
blame)
1
2
3
4
5
|
jsondiff is an MIT-licensed Python library which lets you compare, diff and
patch JSON and JSON-like structures in Python. It has special support for:
- multiple and custom-defined diff syntaxes
- Python sets
- similarity-based list comparison
|