Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Build status](https://github.com/b-2u/assert-json-same/workflows/CI/badge.svg)](https://github.com/b-2u/assert-json-same/actions)
# assert-json-same

## ! Archived, please use https://github.com/hardselius/serde-json-assert instead

This crate includes macros for comparing two serializable values by diffing their JSON
representations. It is designed to give much more helpful error messages than the standard
[`assert_eq!`]. It basically does a diff of the two objects and tells you the exact
Expand Down
Loading