Simple JSONDiff

https://img.shields.io/pypi/v/simple_jsondiff.svg https://img.shields.io/travis/machristie/simple_jsondiff.svg 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.