simple-jsondiff

SSimple tools for diffing JSON documents.


Keywords
simple_jsondiff
License
MIT
Install
pip install simple-jsondiff==0.3.0

Documentation

Simple JSONDiff

Documentation Status Updates

Simple tools for diffing JSON documents.

This package was mainly developed for debugging purposes, to quickly see which values are different in comparable JSON documents.

Features

  • Get a JSON string of just the added or changed values
  • (coming soon) Get a JSON string of just the removed values

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.