assert-json-diff 0.2.0

Easily compare two JSON values and get great output
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

cache: cargo

before_script:
  - rustup component add rustfmt-preview

script:
  - cargo test --all