Use iproute2 JSON output instead of parsing textual output
Since v6.9.0 (2015), iproute2 utilities can output JSON instead of plain text. Nemu currently runs ip
to fetch various network-related data and parses the output with brittle regex (that can break if a field is added).