pub fn to_json<'a, I: IntoIterator<Item = &'a str>>(
serializable: impl Serialize,
skip_signature_paths: I,
) -> Result<Value, ProtocolError>pub fn to_json<'a, I: IntoIterator<Item = &'a str>>(
serializable: impl Serialize,
skip_signature_paths: I,
) -> Result<Value, ProtocolError>