pub fn selective_digest_json_str(
    json_str: &str,
    keep_paths_str: &str
) -> Result<String>
Expand description

Convenience function calling selective_digest_json with a JSON string.