On Sun, Sep 11, 2022 at 12:11:14AM +0200, Fernando Fernandez Mancera wrote: > When listing a stateful object with JSON support, the comment was ignored. > > Output example: > > { > "counter": { > "family": "inet", > "name": "mycounter", > "table": "t", > "handle": 1, > "comment": "my comment in counter", > "packets": 0, > "bytes": 0 > } > } Applied, thanks