rows indication

From The x3270 Wiki

A rows indication is a JSON-specific b3270 protocol object that describes the text or attributes that have changed. An array of rows indications is a member of a screen indication.

It consists of an array of objects, each of which contains a row number and an array of changes indications.

Member Always present? Type Purpose
row yes number Row number, with 1 at the top
changes yes array(changes) What changed in the row

For an example, see the screen indication.