ksceriath/json-diff

available as a library?

kellpossible opened this issue · 1 comments

It would be cool if some of this functionality could be available as a library, and work with serde-json

This should be doable.
The data structures that process.rs generates (Mismatch and KeyNode) are defined on top of serde_json::Value type already.

The corresponding code can be moved into a library crate.