to_json

Function to_json 

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