expect-json 1.10.1

For comparisons on JSON data
Documentation
1
2
3
4
5
6
7
pub use serde::*;

pub trait Serialize {
    fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
    where
        S: Serializer;
}