Facilitate printing a pretty difference of two BSON objects
It would be useful for testing to have an API like:
val diff = doc1 diff doc2
✓ name: Bob
✓ age: 18
✗ profile: {document}
✓ name: Fred
✗ age: {int32} 12
{int64} 12
Edited by Ivan “CLOVIS” Canet