nftables-json 0.3.0

Serde JSON model for interacting with the nftables `nft` executable
Documentation
{
  "nftables": [
    {
      "metainfo": {
        "version": "1.0.5",
        "release_name": "Lester Gooch #4",
        "json_schema_version": 1
      }
    },
    {
      "table": {
        "family": "ip",
        "name": "t",
        "handle": 4
      }
    },
    {
      "map": {
        "family": "ip",
        "name": "m",
        "table": "t",
        "type": "ipv4_addr",
        "handle": 1,
        "map": "mark",
        "stmt": [
          {
            "counter": {
              "packets": 0,
              "bytes": 0
            }
          }
        ]
      }
    }
  ]
}