Network migration fail with "failed to parse api response" in network selection

Getting this too with PDM 1.0.2 and the following pvesh output:
Code:
[
   {
      "active" : 1,
      "autostart" : 1,
      "bridge_fd" : "0",
      "bridge_ports" : "vmbr0.54",
      "bridge_stp" : "off",
      "families" : [
         "inet"
      ],
      "iface" : "vmbr2",
      "method" : "manual",
      "method6" : "manual",
      "mtu" : "9000",
      "priority" : 15,
      "type" : "bridge"
   },
   {
      "active" : 1,
      "address" : x.x.x.x",
      "autostart" : 1,
      "bridge_fd" : "0",
      "bridge_ports" : "bond0",
      "bridge_stp" : "off",
      "cidr" : "x.x.x.x/24",
      "families" : [
         "inet"
      ],
      "gateway" : "x.x.x.x",
      "iface" : "vmbr1",
      "method" : "static",
      "method6" : "manual",
      "netmask" : "24",
      "priority" : 14,
      "type" : "bridge"
   },
   {
      "active" : 1,
      "autostart" : 1,
      "bridge_fd" : "0",
      "bridge_ports" : "bond1",
      "bridge_stp" : "off",
      "bridge_vids" : "2-90",
      "bridge_vlan_aware" : 1,
      "families" : [
         "inet"
      ],
      "iface" : "vmbr0",
      "method" : "manual",
      "method6" : "manual",
      "mtu" : "9000",
      "options" : [
         "bridge-vlan-protocol 802.1ad"
      ],
      "priority" : 11,
      "type" : "bridge"
   },
   {
      "active" : 1,
      "address" : "x.x.x.x",
      "autostart" : 1,
      "bridge_fd" : "0",
      "bridge_ports" : "vmbr0.100",
      "bridge_stp" : "off",
      "cidr" : "x.x.x.x/24",
      "families" : [
         null
      ],
      "iface" : "vmbr0_vlan100",
      "method" : "manual",
      "method6" : "manual",
      "netmask" : "24",
      "priority" : 13,
      "type" : "bridge"
   },
   {
      "active" : 1,
      "autostart" : 1,
      "bridge_fd" : "0",
      "bridge_ports" : "vmbr0.48",
      "bridge_stp" : "off",
      "families" : [
         null
      ],
      "iface" : "vmbr0_vlan48",
      "method" : "manual",
      "method6" : "manual",
      "priority" : 12,
      "type" : "bridge"
   }
]