On Fri, Sep 02, 2022 at 12:52:04PM +0200, Fernando Fernandez Mancera wrote: > When listing a map with statements with JSON support, the statement list were > ignored. > > Output example: > > { > "map": { > "family": "ip", > "name": "m", > "table": "t", > "type": "ipv4_addr", > "handle": 1, > "map": "mark", > "stmt": [ > { > "counter": { > "packets": 0, > "bytes": 0 > } > } > ] > } > } Applied, thanks