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

Deserialize the IO stream into an iterator of messages. Unlike iter_messages, this function will use the fields of the JSON message, rather than the base64 encoded payload.