type Attr = (String, String);
One attribute as (key, rendered JSON value). Rendered once and carried as a string because the same value is written into both the grouping key and the response.
(key, rendered JSON value)