pub fn iter_json2json_messages<R: Read>(
    input: R
) -> impl Iterator<Item = Result<Json2JsonInput, JsonError>>
Expand description

Deserialize the IO stream into an iterator of Json2JsonInput messages.